Html Css Color HEX #CDC588 Winter Hazel

📋 copy color: '#CDC588'

red 205 ◦ green 197 ◦ blue 136

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

Shades of Winter Hazel #CDC588

Tints of Winter Hazel #CDC588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.28%

R = 38.1%
G = 36.62%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CDC588 (or 0xCDC588) is known color: Winter Hazel. HEX triplet: CD, C5 and 88. RGB value is (205,197,136). Sum of RGB (Red+Green+Blue) = 205+197+136=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC588 is #323A77. Grayscale: #C0C0C0. Windows color (decimal): -3291768 or 8963533. OLE color: 8963533.

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

Color convert

RGB 205 197 136 -
CMYK 0 0.04 0.34 0.20
HSL 53.04º 0.41% 0.67% -
HSV(B) 53.04º 0.34% 0.8% -
XYZ 49.59 54.69 31.24 -
YUV 192.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 205 197 136 0 0.04 0.34 0.20 53.04 0.41 0.67
Hex CD C5 88 0 4 22 14 35 29 43
Octal 315 305 210 0 4 42 24 65 51 103
Binary 11001101 11000101 10001000 0 100 100010 10100 110101 101001 1000011

Color Harmonies of #CDC588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC588

Black with #CDC588

Text Example


Text Example

White with #CDC588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC588; }

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

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

background-color css

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

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

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

border-color css

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

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

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