Html Css Color HEX #CDC586 Winter Hazel

📋 copy color: '#CDC586'

red 205 ◦ green 197 ◦ blue 134

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

Shades of Winter Hazel #CDC586

Tints of Winter Hazel #CDC586

RGB

 RED value IS 205 (80.47% from 255) = 38.25%

 GREEN value IS 197 (77.34% from 255) = 36.75%

 BLUE value IS 134 (52.73% from 255) = 25%

R = 38.25%
G = 36.75%
B = 25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CDC586 (or 0xCDC586) is known color: Winter Hazel. HEX triplet: CD, C5 and 86. RGB value is (205,197,134). Sum of RGB (Red+Green+Blue) = 205+197+134=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC586 is #323A79. Grayscale: #C0C0C0. Windows color (decimal): -3291770 or 8832461. OLE color: 8832461.

HSL color Cylindrical-coordinate representation of color #CDC586: hue angle of 53.24º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDC586 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 197 134 -
CMYK 0 0.04 0.35 0.20
HSL 53.24º 0.42% 0.66% -
HSV(B) 53.24º 0.35% 0.8% -
XYZ 49.45 54.63 30.49 -
YUV 192.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 205 197 134 0 0.04 0.35 0.20 53.24 0.42 0.66
Hex CD C5 86 0 4 23 14 35 2A 42
Octal 315 305 206 0 4 43 24 65 52 102
Binary 11001101 11000101 10000110 0 100 100011 10100 110101 101010 1000010

Color Harmonies of #CDC586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC586

Black with #CDC586

Text Example


Text Example

White with #CDC586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC586; }

 p { color: rgb(205,197,134); }

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

background-color css

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

 a { background-color: rgb(205,197,134); }

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

border-color css

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

 span { border-color: rgb(205,197,134); }

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