Html Css Color HEX #CDC885 Winter Hazel

📋 copy color: '#CDC885'

red 205 ◦ green 200 ◦ blue 133

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

Shades of Winter Hazel #CDC885

Tints of Winter Hazel #CDC885

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.17%

 BLUE value IS 133 (52.34% from 255) = 24.72%

R = 38.1%
G = 37.17%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CDC885 (or 0xCDC885) is known color: Winter Hazel. HEX triplet: CD, C8 and 85. RGB value is (205,200,133). Sum of RGB (Red+Green+Blue) = 205+200+133=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC885 is #32377A. Grayscale: #C2C2C2. Windows color (decimal): -3291003 or 8767693. OLE color: 8767693.

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

Color convert

RGB 205 200 133 -
CMYK 0 0.02 0.35 0.20
HSL 55.83º 0.42% 0.66% -
HSV(B) 55.83º 0.35% 0.8% -
XYZ 50.06 55.98 30.36 -
YUV 193.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 205 200 133 0 0.02 0.35 0.20 55.83 0.42 0.66
Hex CD C8 85 0 2 23 14 38 2A 42
Octal 315 310 205 0 2 43 24 70 52 102
Binary 11001101 11001000 10000101 0 10 100011 10100 111000 101010 1000010

Color Harmonies of #CDC885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC885

Black with #CDC885

Text Example


Text Example

White with #CDC885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC885; }

 p { color: rgb(205,200,133); }

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

background-color css

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

 a { background-color: rgb(205,200,133); }

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

border-color css

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

 span { border-color: rgb(205,200,133); }

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