Html Css Color HEX #CDC488 Winter Hazel

📋 copy color: '#CDC488'

red 205 ◦ green 196 ◦ blue 136

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

Shades of Winter Hazel #CDC488

Tints of Winter Hazel #CDC488

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.5%

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

R = 38.18%
G = 36.5%
B = 25.33%

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

#CDC488 (or 0xCDC488) is known color: Winter Hazel. HEX triplet: CD, C4 and 88. RGB value is (205,196,136). Sum of RGB (Red+Green+Blue) = 205+196+136=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC488 is #323B77. Grayscale: #C0C0C0. Windows color (decimal): -3292024 or 8963277. OLE color: 8963277.

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

Color convert

RGB 205 196 136 -
CMYK 0 0.04 0.34 0.20
HSL 52.17º 0.41% 0.67% -
HSV(B) 52.17º 0.34% 0.8% -
XYZ 49.36 54.24 31.16 -
YUV 191.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 205 196 136 0 0.04 0.34 0.20 52.17 0.41 0.67
Hex CD C4 88 0 4 22 14 34 29 43
Octal 315 304 210 0 4 42 24 64 51 103
Binary 11001101 11000100 10001000 0 100 100010 10100 110100 101001 1000011

Color Harmonies of #CDC488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC488

Black with #CDC488

Text Example


Text Example

White with #CDC488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC488; }

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

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

background-color css

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

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

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

border-color css

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

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

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