Html Css Color HEX #CEA848 Sundance

📋 copy color: '#CEA848'

red 206 ◦ green 168 ◦ blue 72

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

Shades of Sundance #CEA848

Tints of Sundance #CEA848

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.67%

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

R = 46.19%
G = 37.67%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEA848 (or 0xCEA848) is known color: Sundance. HEX triplet: CE, A8 and 48. RGB value is (206,168,72). Sum of RGB (Red+Green+Blue) = 206+168+72=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA848 is #3157B7. Grayscale: #A8A8A8. Windows color (decimal): -3233720 or 4761806. OLE color: 4761806.

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

Color convert

RGB 206 168 72 -
CMYK 0 0.18 0.65 0.19
HSL 42.99º 0.58% 0.55% -
HSV(B) 42.99º 0.65% 0.81% -
XYZ 40.63 41.59 12.02 -
YUV 168.42 73.59 154.81 -
System Red Green Blue C M Y K H S L
Decimal 206 168 72 0 0.18 0.65 0.19 42.99 0.58 0.55
Hex CE A8 48 0 12 41 13 2B 3A 37
Octal 316 250 110 0 22 101 23 53 72 67
Binary 11001110 10101000 1001000 0 10010 1000001 10011 101011 111010 110111

Color Harmonies of #CEA848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA848

Black with #CEA848

Text Example


Text Example

White with #CEA848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA848; }

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

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

background-color css

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

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

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

border-color css

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

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

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