#c29d3f

Color #C29D3F Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #C29D3F

Tints of Roti #C29D3F

Color information

#C29D3F (or 0xC29D3F) is unknown color: approx Roti. HEX triplet: C2, 9D and 3F. RGB value is (194,157,63). Sum of RGB (Red+Green+Blue) = 194+157+63=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D3F is #3D62C0. Grayscale: #9D9D9D. Windows color (decimal): -4022977 or 4169154. OLE color: 4169154.

HSL color Cylindrical-coordinate representation of color #C29D3F: hue angle of 43.05º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C29D3F is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19415763-
CMYK00.190.680.24
HSL43.05º51.78%50.39%-
HSV(B)43.05º67.53%76.08%-
XYZ35.235.949.78-
YUV157.3574.76154.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 46.86%
GREEN value IS 157 (61.72% from 255) = 37.92%
BLUE value IS 63 (25% from 255) = 15.22%
R=46.86%
G=37.92%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941576300.190.680.2443.0551.7850.39
HexC29D3F01344182b3432
Octal3022357702310430536462
Binary1100001010011101111111010011100010011000101011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c29d3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c29d3f; }

 p { color: rgb(194,157,63); }

 H1.HeaderClassName
 {
   color: #c29d3f;
 }
 .AnyTagClassName
 {
   color: #c29d3f;
 }
</style>
background-color css

<style>
 a { background-color: #c29d3f; }

 a { background-color: rgb(194,157,63); }

 div.DivClassName
 {
   background-color: #c29d3f;
 }
 .BgClassName
 {
   background-color: #c29d3f;
 }
</style>
border-color css

<style>
 span { border-color: #c29d3f; }

 span { border-color: rgb(194,157,63); }

 td.TdClassName
 {
   border-color: #c29d3f;
 }
 .TagClassName
 {
   border-color: #c29d3f;
 }
</style>