Html Css Color HEX #CDC371 Winter Hazel

📋 copy color: '#CDC371'

red 205 ◦ green 195 ◦ blue 113

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

Shades of Winter Hazel #CDC371

Tints of Winter Hazel #CDC371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.03%

R = 39.96%
G = 38.01%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDC371 (or 0xCDC371) is known color: Winter Hazel. HEX triplet: CD, C3 and 71. RGB value is (205,195,113). Sum of RGB (Red+Green+Blue) = 205+195+113=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC371 is #323C8E. Grayscale: #BCBCBC. Windows color (decimal): -3292303 or 7455693. OLE color: 7455693.

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

Color convert

RGB 205 195 113 -
CMYK 0 0.05 0.45 0.20
HSL 53.48º 0.48% 0.62% -
HSV(B) 53.48º 0.45% 0.8% -
XYZ 47.67 53.2 23.38 -
YUV 188.64 85.31 139.67 -
System Red Green Blue C M Y K H S L
Decimal 205 195 113 0 0.05 0.45 0.20 53.48 0.48 0.62
Hex CD C3 71 0 5 2D 14 35 30 3E
Octal 315 303 161 0 5 55 24 65 60 76
Binary 11001101 11000011 1110001 0 101 101101 10100 110101 110000 111110

Color Harmonies of #CDC371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC371

Black with #CDC371

Text Example


Text Example

White with #CDC371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC371; }

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

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

background-color css

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

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

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

border-color css

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

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

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