Html Css Color HEX #CDC373 Winter Hazel

📋 copy color: '#CDC373'

red 205 ◦ green 195 ◦ blue 115

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

Shades of Winter Hazel #CDC373

Tints of Winter Hazel #CDC373

RGB

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

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

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

R = 39.81%
G = 37.86%
B = 22.33%

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

#CDC373 (or 0xCDC373) is known color: Winter Hazel. HEX triplet: CD, C3 and 73. RGB value is (205,195,115). Sum of RGB (Red+Green+Blue) = 205+195+115=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC373 is #323C8C. Grayscale: #BDBDBD. Windows color (decimal): -3292301 or 7586765. OLE color: 7586765.

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

Color convert

RGB 205 195 115 -
CMYK 0 0.05 0.44 0.20
HSL 53.33º 0.47% 0.63% -
HSV(B) 53.33º 0.44% 0.8% -
XYZ 47.79 53.25 23.98 -
YUV 188.87 86.31 139.5 -
System Red Green Blue C M Y K H S L
Decimal 205 195 115 0 0.05 0.44 0.20 53.33 0.47 0.63
Hex CD C3 73 0 5 2C 14 35 2F 3F
Octal 315 303 163 0 5 54 24 65 57 77
Binary 11001101 11000011 1110011 0 101 101100 10100 110101 101111 111111

Color Harmonies of #CDC373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC373

Black with #CDC373

Text Example


Text Example

White with #CDC373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC373; }

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

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

background-color css

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

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

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

border-color css

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

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

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