Html Css Color HEX #CEA049 Sundance

📋 copy color: '#CEA049'

red 206 ◦ green 160 ◦ blue 73

#CEA049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundance #CEA049

Tints of Sundance #CEA049

RGB

 RED value IS 206 (80.86% from 255) = 46.92%

 GREEN value IS 160 (62.89% from 255) = 36.45%

 BLUE value IS 73 (28.91% from 255) = 16.63%

R = 46.92%
G = 36.45%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEA049 (or 0xCEA049) is known color: Sundance. HEX triplet: CE, A0 and 49. RGB value is (206,160,73). Sum of RGB (Red+Green+Blue) = 206+160+73=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA049 is #315FB6. Grayscale: #A4A4A4. Windows color (decimal): -3235767 or 4825294. OLE color: 4825294.

HSL color Cylindrical-coordinate representation of color #CEA049: hue angle of 39.25º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEA049 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 160 73 -
CMYK 0 0.22 0.65 0.19
HSL 39.25º 0.58% 0.55% -
HSV(B) 39.25º 0.65% 0.81% -
XYZ 39.23 38.74 11.71 -
YUV 163.84 76.74 158.07 -
System Red Green Blue C M Y K H S L
Decimal 206 160 73 0 0.22 0.65 0.19 39.25 0.58 0.55
Hex CE A0 49 0 16 41 13 27 3A 37
Octal 316 240 111 0 26 101 23 47 72 67
Binary 11001110 10100000 1001001 0 10110 1000001 10011 100111 111010 110111

Color Harmonies of #CEA049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA049

Black with #CEA049

Text Example


Text Example

White with #CEA049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA049; }

 p { color: rgb(206,160,73); }

 H1.HeaderClassName
 {
   color: #CEA049;
 }
 .AnyTagClassName
 {
   color: #CEA049;
 }
</style>

background-color css

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

 a { background-color: rgb(206,160,73); }

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

border-color css

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

 span { border-color: rgb(206,160,73); }

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