Html Css Color HEX #CEA349 Sundance

📋 copy color: '#CEA349'

red 206 ◦ green 163 ◦ blue 73

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

Shades of Sundance #CEA349

Tints of Sundance #CEA349

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.88%

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

R = 46.61%
G = 36.88%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEA349 (or 0xCEA349) is known color: Sundance. HEX triplet: CE, A3 and 49. RGB value is (206,163,73). Sum of RGB (Red+Green+Blue) = 206+163+73=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA349 is #315CB6. Grayscale: #A6A6A6. Windows color (decimal): -3234999 or 4826062. OLE color: 4826062.

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

Color convert

RGB 206 163 73 -
CMYK 0 0.21 0.65 0.19
HSL 40.6º 0.58% 0.55% -
HSV(B) 40.6º 0.65% 0.81% -
XYZ 39.75 39.8 11.89 -
YUV 165.6 75.75 156.82 -
System Red Green Blue C M Y K H S L
Decimal 206 163 73 0 0.21 0.65 0.19 40.6 0.58 0.55
Hex CE A3 49 0 15 41 13 29 3A 37
Octal 316 243 111 0 25 101 23 51 72 67
Binary 11001110 10100011 1001001 0 10101 1000001 10011 101001 111010 110111

Color Harmonies of #CEA349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA349

Black with #CEA349

Text Example


Text Example

White with #CEA349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA349; }

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

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

background-color css

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

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

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

border-color css

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

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

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