Html Css Color HEX #CDC275 Winter Hazel

📋 copy color: '#CDC275'

red 205 ◦ green 194 ◦ blue 117

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

Shades of Winter Hazel #CDC275

Tints of Winter Hazel #CDC275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.67%

R = 39.73%
G = 37.6%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDC275 (or 0xCDC275) is known color: Winter Hazel. HEX triplet: CD, C2 and 75. RGB value is (205,194,117). Sum of RGB (Red+Green+Blue) = 205+194+117=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC275 is #323D8A. Grayscale: #BCBCBC. Windows color (decimal): -3292555 or 7717581. OLE color: 7717581.

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

Color convert

RGB 205 194 117 -
CMYK 0 0.05 0.43 0.20
HSL 52.5º 0.47% 0.63% -
HSV(B) 52.5º 0.43% 0.8% -
XYZ 47.68 52.85 24.52 -
YUV 188.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 205 194 117 0 0.05 0.43 0.20 52.5 0.47 0.63
Hex CD C2 75 0 5 2B 14 34 2F 3F
Octal 315 302 165 0 5 53 24 64 57 77
Binary 11001101 11000010 1110101 0 101 101011 10100 110100 101111 111111

Color Harmonies of #CDC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC275

Black with #CDC275

Text Example


Text Example

White with #CDC275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC275; }

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

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

background-color css

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

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

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

border-color css

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

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

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