Html Css Color HEX #CDC086 Winter Hazel

📋 copy color: '#CDC086'

red 205 ◦ green 192 ◦ blue 134

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

Shades of Winter Hazel #CDC086

Tints of Winter Hazel #CDC086

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.16%

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

R = 38.61%
G = 36.16%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CDC086 (or 0xCDC086) is known color: Winter Hazel. HEX triplet: CD, C0 and 86. RGB value is (205,192,134). Sum of RGB (Red+Green+Blue) = 205+192+134=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC086 is #323F79. Grayscale: #BDBDBD. Windows color (decimal): -3293050 or 8831181. OLE color: 8831181.

HSL color Cylindrical-coordinate representation of color #CDC086: hue angle of 49.01º 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 #CDC086 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 192 134 -
CMYK 0 0.06 0.35 0.20
HSL 49.01º 0.42% 0.66% -
HSV(B) 49.01º 0.35% 0.8% -
XYZ 48.33 52.4 30.12 -
YUV 189.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 205 192 134 0 0.06 0.35 0.20 49.01 0.42 0.66
Hex CD C0 86 0 6 23 14 31 2A 42
Octal 315 300 206 0 6 43 24 61 52 102
Binary 11001101 11000000 10000110 0 110 100011 10100 110001 101010 1000010

Color Harmonies of #CDC086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC086

Black with #CDC086

Text Example


Text Example

White with #CDC086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC086; }

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

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

background-color css

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

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

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

border-color css

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

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

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