#C29D3A

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

Shades of Roti #C29D3A

Tints of Roti #C29D3A

Color information

#C29D3A (or 0xC29D3A) is unknown color: approx Roti. HEX triplet: C2, 9D and 3A. RGB value is (194,157,58). Sum of RGB (Red+Green+Blue) = 194+157+58=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D3A is #3D62C5. Grayscale: #9D9D9D. Windows color (decimal): -4022982 or 3841474. OLE color: 3841474.

HSL color Cylindrical-coordinate representation of color #C29D3A: hue angle of 43.68º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C29D3A is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19415758-
CMYK00.190.700.24
HSL43.68º53.97%49.41%-
HSV(B)43.68º70.1%76.08%-
XYZ35.0735.899.08-
YUV156.7872.26154.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 157 (61.72% from 255) = 38.39%
BLUE value IS 58 (23.05% from 255) = 14.18%
R=47.43%
G=38.39%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941575800.190.700.2443.6853.9749.41
HexC29D3A01346182c3631
Octal3022357202310630546661
Binary1100001010011101111010010011100011011000101100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29D3A; }

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

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

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

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

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

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

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

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