Html Css Color HEX #CEA149 Sundance

📋 copy color: '#CEA149'

red 206 ◦ green 161 ◦ blue 73

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

Shades of Sundance #CEA149

Tints of Sundance #CEA149

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.59%

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

R = 46.82%
G = 36.59%
B = 16.59%

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

#CEA149 (or 0xCEA149) is known color: Sundance. HEX triplet: CE, A1 and 49. RGB value is (206,161,73). Sum of RGB (Red+Green+Blue) = 206+161+73=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA149 is #315EB6. Grayscale: #A4A4A4. Windows color (decimal): -3235511 or 4825550. OLE color: 4825550.

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

Color convert

RGB 206 161 73 -
CMYK 0 0.22 0.65 0.19
HSL 39.7º 0.58% 0.55% -
HSV(B) 39.7º 0.65% 0.81% -
XYZ 39.4 39.09 11.77 -
YUV 164.42 76.41 157.66 -
System Red Green Blue C M Y K H S L
Decimal 206 161 73 0 0.22 0.65 0.19 39.7 0.58 0.55
Hex CE A1 49 0 16 41 13 28 3A 37
Octal 316 241 111 0 26 101 23 50 72 67
Binary 11001110 10100001 1001001 0 10110 1000001 10011 101000 111010 110111

Color Harmonies of #CEA149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA149

Black with #CEA149

Text Example


Text Example

White with #CEA149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA149; }

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

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

background-color css

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

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

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

border-color css

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

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

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