Html Css Color HEX #CEA850 Sundance

📋 copy color: '#CEA850'

red 206 ◦ green 168 ◦ blue 80

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

Shades of Sundance #CEA850

Tints of Sundance #CEA850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.62%

R = 45.37%
G = 37%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CEA850 (or 0xCEA850) is known color: Sundance. HEX triplet: CE, A8 and 50. RGB value is (206,168,80). Sum of RGB (Red+Green+Blue) = 206+168+80=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA850 is #3157AF. Grayscale: #A9A9A9. Windows color (decimal): -3233712 or 5286094. OLE color: 5286094.

HSL color Cylindrical-coordinate representation of color #CEA850: hue angle of 41.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEA850 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 80 -
CMYK 0 0.18 0.61 0.19
HSL 41.9º 0.56% 0.56% -
HSV(B) 41.9º 0.61% 0.81% -
XYZ 40.9 41.71 13.48 -
YUV 169.33 77.59 154.16 -
System Red Green Blue C M Y K H S L
Decimal 206 168 80 0 0.18 0.61 0.19 41.9 0.56 0.56
Hex CE A8 50 0 12 3D 13 2A 38 38
Octal 316 250 120 0 22 75 23 52 70 70
Binary 11001110 10101000 1010000 0 10010 111101 10011 101010 111000 111000

Color Harmonies of #CEA850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA850

Black with #CEA850

Text Example


Text Example

White with #CEA850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA850; }

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

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

background-color css

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

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

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

border-color css

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

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

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