Html Css Color HEX #CDC273 Winter Hazel

📋 copy color: '#CDC273'

red 205 ◦ green 194 ◦ blue 115

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

Shades of Winter Hazel #CDC273

Tints of Winter Hazel #CDC273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.37%

R = 39.88%
G = 37.74%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDC273 (or 0xCDC273) is known color: Winter Hazel. HEX triplet: CD, C2 and 73. RGB value is (205,194,115). Sum of RGB (Red+Green+Blue) = 205+194+115=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC273 is #323D8C. Grayscale: #BCBCBC. Windows color (decimal): -3292557 or 7586509. OLE color: 7586509.

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

Color convert

RGB 205 194 115 -
CMYK 0 0.05 0.44 0.20
HSL 52.67º 0.47% 0.63% -
HSV(B) 52.67º 0.44% 0.8% -
XYZ 47.56 52.8 23.9 -
YUV 188.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 205 194 115 0 0.05 0.44 0.20 52.67 0.47 0.63
Hex CD C2 73 0 5 2C 14 35 2F 3F
Octal 315 302 163 0 5 54 24 65 57 77
Binary 11001101 11000010 1110011 0 101 101100 10100 110101 101111 111111

Color Harmonies of #CDC273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC273

Black with #CDC273

Text Example


Text Example

White with #CDC273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC273; }

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

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

background-color css

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

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

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

border-color css

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

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

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