Html Css Color HEX #CEA749 Sundance

📋 copy color: '#CEA749'

red 206 ◦ green 167 ◦ blue 73

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

Shades of Sundance #CEA749

Tints of Sundance #CEA749

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.44%

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

R = 46.19%
G = 37.44%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEA749 (or 0xCEA749) is known color: Sundance. HEX triplet: CE, A7 and 49. RGB value is (206,167,73). Sum of RGB (Red+Green+Blue) = 206+167+73=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA749 is #3158B6. Grayscale: #A8A8A8. Windows color (decimal): -3233975 or 4827086. OLE color: 4827086.

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

Color convert

RGB 206 167 73 -
CMYK 0 0.19 0.65 0.19
HSL 42.41º 0.58% 0.55% -
HSV(B) 42.41º 0.65% 0.81% -
XYZ 40.47 41.24 12.13 -
YUV 167.95 74.42 155.14 -
System Red Green Blue C M Y K H S L
Decimal 206 167 73 0 0.19 0.65 0.19 42.41 0.58 0.55
Hex CE A7 49 0 13 41 13 2A 3A 37
Octal 316 247 111 0 23 101 23 52 72 67
Binary 11001110 10100111 1001001 0 10011 1000001 10011 101010 111010 110111

Color Harmonies of #CEA749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA749

Black with #CEA749

Text Example


Text Example

White with #CEA749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA749; }

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

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

background-color css

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

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

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

border-color css

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

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

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