Html Css Color HEX #CDC384 Winter Hazel

📋 copy color: '#CDC384'

red 205 ◦ green 195 ◦ blue 132

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

Shades of Winter Hazel #CDC384

Tints of Winter Hazel #CDC384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.65%

 BLUE value IS 132 (51.95% from 255) = 24.81%

R = 38.53%
G = 36.65%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CDC384 (or 0xCDC384) is known color: Winter Hazel. HEX triplet: CD, C3 and 84. RGB value is (205,195,132). Sum of RGB (Red+Green+Blue) = 205+195+132=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC384 is #323C7B. Grayscale: #BFBFBF. Windows color (decimal): -3292284 or 8700877. OLE color: 8700877.

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

Color convert

RGB 205 195 132 -
CMYK 0 0.05 0.36 0.20
HSL 51.78º 0.42% 0.66% -
HSV(B) 51.78º 0.36% 0.8% -
XYZ 48.86 53.68 29.62 -
YUV 190.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 205 195 132 0 0.05 0.36 0.20 51.78 0.42 0.66
Hex CD C3 84 0 5 24 14 34 2A 42
Octal 315 303 204 0 5 44 24 64 52 102
Binary 11001101 11000011 10000100 0 101 100100 10100 110100 101010 1000010

Color Harmonies of #CDC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC384

Black with #CDC384

Text Example


Text Example

White with #CDC384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC384; }

 p { color: rgb(205,195,132); }

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

background-color css

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

 a { background-color: rgb(205,195,132); }

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

border-color css

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

 span { border-color: rgb(205,195,132); }

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