Html Css Color HEX #CEA449 Sundance

📋 copy color: '#CEA449'

red 206 ◦ green 164 ◦ blue 73

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

Shades of Sundance #CEA449

Tints of Sundance #CEA449

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.02%

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

R = 46.5%
G = 37.02%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEA449 (or 0xCEA449) is known color: Sundance. HEX triplet: CE, A4 and 49. RGB value is (206,164,73). Sum of RGB (Red+Green+Blue) = 206+164+73=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA449 is #315BB6. Grayscale: #A6A6A6. Windows color (decimal): -3234743 or 4826318. OLE color: 4826318.

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

Color convert

RGB 206 164 73 -
CMYK 0 0.20 0.65 0.19
HSL 41.05º 0.58% 0.55% -
HSV(B) 41.05º 0.65% 0.81% -
XYZ 39.93 40.15 11.95 -
YUV 166.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 206 164 73 0 0.20 0.65 0.19 41.05 0.58 0.55
Hex CE A4 49 0 14 41 13 29 3A 37
Octal 316 244 111 0 24 101 23 51 72 67
Binary 11001110 10100100 1001001 0 10100 1000001 10011 101001 111010 110111

Color Harmonies of #CEA449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA449

Black with #CEA449

Text Example


Text Example

White with #CEA449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA449; }

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

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

background-color css

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

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

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

border-color css

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

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

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