Html Css Color HEX #CEA748 Sundance

📋 copy color: '#CEA748'

red 206 ◦ green 167 ◦ blue 72

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

Shades of Sundance #CEA748

Tints of Sundance #CEA748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.18%

R = 46.29%
G = 37.53%
B = 16.18%

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

#CEA748 (or 0xCEA748) is known color: Sundance. HEX triplet: CE, A7 and 48. RGB value is (206,167,72). Sum of RGB (Red+Green+Blue) = 206+167+72=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA748 is #3158B7. Grayscale: #A8A8A8. Windows color (decimal): -3233976 or 4761550. OLE color: 4761550.

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

Color convert

RGB 206 167 72 -
CMYK 0 0.19 0.65 0.19
HSL 42.54º 0.58% 0.55% -
HSV(B) 42.54º 0.65% 0.81% -
XYZ 40.44 41.23 11.96 -
YUV 167.83 73.92 155.22 -
System Red Green Blue C M Y K H S L
Decimal 206 167 72 0 0.19 0.65 0.19 42.54 0.58 0.55
Hex CE A7 48 0 13 41 13 2B 3A 37
Octal 316 247 110 0 23 101 23 53 72 67
Binary 11001110 10100111 1001000 0 10011 1000001 10011 101011 111010 110111

Color Harmonies of #CEA748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA748

Black with #CEA748

Text Example


Text Example

White with #CEA748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA748; }

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

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

background-color css

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

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

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

border-color css

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

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

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