Html Css Color HEX #CEA648 Sundance

📋 copy color: '#CEA648'

red 206 ◦ green 166 ◦ blue 72

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

Shades of Sundance #CEA648

Tints of Sundance #CEA648

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.39%

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

R = 46.4%
G = 37.39%
B = 16.22%

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

#CEA648 (or 0xCEA648) is known color: Sundance. HEX triplet: CE, A6 and 48. RGB value is (206,166,72). Sum of RGB (Red+Green+Blue) = 206+166+72=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA648 is #3159B7. Grayscale: #A7A7A7. Windows color (decimal): -3234232 or 4761294. OLE color: 4761294.

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

Color convert

RGB 206 166 72 -
CMYK 0 0.19 0.65 0.19
HSL 42.09º 0.58% 0.55% -
HSV(B) 42.09º 0.65% 0.81% -
XYZ 40.26 40.86 11.9 -
YUV 167.24 74.25 155.64 -
System Red Green Blue C M Y K H S L
Decimal 206 166 72 0 0.19 0.65 0.19 42.09 0.58 0.55
Hex CE A6 48 0 13 41 13 2A 3A 37
Octal 316 246 110 0 23 101 23 52 72 67
Binary 11001110 10100110 1001000 0 10011 1000001 10011 101010 111010 110111

Color Harmonies of #CEA648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA648

Black with #CEA648

Text Example


Text Example

White with #CEA648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA648; }

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

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

background-color css

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

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

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

border-color css

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

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

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