Html Css Color HEX #CEA54D Sundance

📋 copy color: '#CEA54D'

red 206 ◦ green 165 ◦ blue 77

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

Shades of Sundance #CEA54D

Tints of Sundance #CEA54D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.19%

R = 45.98%
G = 36.83%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CEA54D (or 0xCEA54D) is known color: Sundance. HEX triplet: CE, A5 and 4D. RGB value is (206,165,77). Sum of RGB (Red+Green+Blue) = 206+165+77=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA54D is #315AB2. Grayscale: #A7A7A7. Windows color (decimal): -3234483 or 5088718. OLE color: 5088718.

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

Color convert

RGB 206 165 77 -
CMYK 0 0.20 0.63 0.19
HSL 40.93º 0.57% 0.55% -
HSV(B) 40.93º 0.63% 0.81% -
XYZ 40.25 40.57 12.73 -
YUV 167.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 206 165 77 0 0.20 0.63 0.19 40.93 0.57 0.55
Hex CE A5 4D 0 14 3F 13 29 39 37
Octal 316 245 115 0 24 77 23 51 71 67
Binary 11001110 10100101 1001101 0 10100 111111 10011 101001 111001 110111

Color Harmonies of #CEA54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA54D

Black with #CEA54D

Text Example


Text Example

White with #CEA54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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