Html Css Color HEX #CDC271 Winter Hazel

📋 copy color: '#CDC271'

red 205 ◦ green 194 ◦ blue 113

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

Shades of Winter Hazel #CDC271

Tints of Winter Hazel #CDC271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.89%

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

R = 40.04%
G = 37.89%
B = 22.07%

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

#CDC271 (or 0xCDC271) is known color: Winter Hazel. HEX triplet: CD, C2 and 71. RGB value is (205,194,113). Sum of RGB (Red+Green+Blue) = 205+194+113=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC271 is #323D8E. Grayscale: #BCBCBC. Windows color (decimal): -3292559 or 7455437. OLE color: 7455437.

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

Color convert

RGB 205 194 113 -
CMYK 0 0.05 0.45 0.20
HSL 52.83º 0.48% 0.62% -
HSV(B) 52.83º 0.45% 0.8% -
XYZ 47.45 52.75 23.3 -
YUV 188.06 85.64 140.09 -
System Red Green Blue C M Y K H S L
Decimal 205 194 113 0 0.05 0.45 0.20 52.83 0.48 0.62
Hex CD C2 71 0 5 2D 14 35 30 3E
Octal 315 302 161 0 5 55 24 65 60 76
Binary 11001101 11000010 1110001 0 101 101101 10100 110101 110000 111110

Color Harmonies of #CDC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC271

Black with #CDC271

Text Example


Text Example

White with #CDC271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC271; }

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

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

background-color css

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

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

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

border-color css

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

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

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