Html Css Color HEX #CEA849 Sundance

📋 copy color: '#CEA849'

red 206 ◦ green 168 ◦ blue 73

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

Shades of Sundance #CEA849

Tints of Sundance #CEA849

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.58%

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

R = 46.09%
G = 37.58%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEA849 (or 0xCEA849) is known color: Sundance. HEX triplet: CE, A8 and 49. RGB value is (206,168,73). Sum of RGB (Red+Green+Blue) = 206+168+73=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA849 is #3157B6. Grayscale: #A8A8A8. Windows color (decimal): -3233719 or 4827342. OLE color: 4827342.

HSL color Cylindrical-coordinate representation of color #CEA849: hue angle of 42.86º 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 #CEA849 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 73 -
CMYK 0 0.18 0.65 0.19
HSL 42.86º 0.58% 0.55% -
HSV(B) 42.86º 0.65% 0.81% -
XYZ 40.66 41.61 12.19 -
YUV 168.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 206 168 73 0 0.18 0.65 0.19 42.86 0.58 0.55
Hex CE A8 49 0 12 41 13 2B 3A 37
Octal 316 250 111 0 22 101 23 53 72 67
Binary 11001110 10101000 1001001 0 10010 1000001 10011 101011 111010 110111

Color Harmonies of #CEA849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA849

Black with #CEA849

Text Example


Text Example

White with #CEA849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA849; }

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

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

background-color css

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

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

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

border-color css

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

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

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