Html Css Color HEX #CEB64D Sundance

📋 copy color: '#CEB64D'

red 206 ◦ green 182 ◦ blue 77

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

Shades of Sundance #CEB64D

Tints of Sundance #CEB64D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.14%

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

R = 44.3%
G = 39.14%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CEB64D (or 0xCEB64D) is known color: Sundance. HEX triplet: CE, B6 and 4D. RGB value is (206,182,77). Sum of RGB (Red+Green+Blue) = 206+182+77=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB64D is #3149B2. Grayscale: #B1B1B1. Windows color (decimal): -3230131 or 5093070. OLE color: 5093070.

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

Color convert

RGB 206 182 77 -
CMYK 0 0.12 0.63 0.19
HSL 48.84º 0.57% 0.55% -
HSV(B) 48.84º 0.63% 0.81% -
XYZ 43.52 47.11 13.82 -
YUV 177.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 206 182 77 0 0.12 0.63 0.19 48.84 0.57 0.55
Hex CE B6 4D 0 C 3F 13 31 39 37
Octal 316 266 115 0 14 77 23 61 71 67
Binary 11001110 10110110 1001101 0 1100 111111 10011 110001 111001 110111

Color Harmonies of #CEB64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB64D

Black with #CEB64D

Text Example


Text Example

White with #CEB64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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