Html Css Color HEX #CEA946 Sundance

📋 copy color: '#CEA946'

red 206 ◦ green 169 ◦ blue 70

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

Shades of Sundance #CEA946

Tints of Sundance #CEA946

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.98%

 BLUE value IS 70 (27.73% from 255) = 15.73%

R = 46.29%
G = 37.98%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CEA946 (or 0xCEA946) is known color: Sundance. HEX triplet: CE, A9 and 46. RGB value is (206,169,70). Sum of RGB (Red+Green+Blue) = 206+169+70=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 70 (27.73% from 255 or 15.73% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA946 is #3156B9. Grayscale: #A9A9A9. Windows color (decimal): -3233466 or 4630990. OLE color: 4630990.

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

Color convert

RGB 206 169 70 -
CMYK 0 0.18 0.66 0.19
HSL 43.68º 0.58% 0.54% -
HSV(B) 43.68º 0.66% 0.81% -
XYZ 40.75 41.94 11.74 -
YUV 168.78 72.26 154.55 -
System Red Green Blue C M Y K H S L
Decimal 206 169 70 0 0.18 0.66 0.19 43.68 0.58 0.54
Hex CE A9 46 0 12 42 13 2C 3A 36
Octal 316 251 106 0 22 102 23 54 72 66
Binary 11001110 10101001 1000110 0 10010 1000010 10011 101100 111010 110110

Color Harmonies of #CEA946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA946

Black with #CEA946

Text Example


Text Example

White with #CEA946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA946; }

 p { color: rgb(206,169,70); }

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

background-color css

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

 a { background-color: rgb(206,169,70); }

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

border-color css

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

 span { border-color: rgb(206,169,70); }

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