Html Css Color HEX #CEA54A Sundance

📋 copy color: '#CEA54A'

red 206 ◦ green 165 ◦ blue 74

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

Shades of Sundance #CEA54A

Tints of Sundance #CEA54A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.08%

 BLUE value IS 74 (29.3% from 255) = 16.63%

R = 46.29%
G = 37.08%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CEA54A (or 0xCEA54A) is known color: Sundance. HEX triplet: CE, A5 and 4A. RGB value is (206,165,74). Sum of RGB (Red+Green+Blue) = 206+165+74=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA54A is #315AB5. Grayscale: #A7A7A7. Windows color (decimal): -3234486 or 4892110. OLE color: 4892110.

HSL color Cylindrical-coordinate representation of color #CEA54A: hue angle of 41.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEA54A is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 165 74 -
CMYK 0 0.20 0.64 0.19
HSL 41.36º 0.57% 0.55% -
HSV(B) 41.36º 0.64% 0.81% -
XYZ 40.14 40.53 12.19 -
YUV 166.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 206 165 74 0 0.20 0.64 0.19 41.36 0.57 0.55
Hex CE A5 4A 0 14 40 13 29 39 37
Octal 316 245 112 0 24 100 23 51 71 67
Binary 11001110 10100101 1001010 0 10100 1000000 10011 101001 111001 110111

Color Harmonies of #CEA54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA54A

Black with #CEA54A

Text Example


Text Example

White with #CEA54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA54A; }

 p { color: rgb(206,165,74); }

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

background-color css

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

 a { background-color: rgb(206,165,74); }

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

border-color css

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

 span { border-color: rgb(206,165,74); }

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