Html Css Color HEX #CDC470 Winter Hazel

📋 copy color: '#CDC470'

red 205 ◦ green 196 ◦ blue 112

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

Shades of Winter Hazel #CDC470

Tints of Winter Hazel #CDC470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.21%

 BLUE value IS 112 (44.14% from 255) = 21.83%

R = 39.96%
G = 38.21%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDC470 (or 0xCDC470) is known color: Winter Hazel. HEX triplet: CD, C4 and 70. RGB value is (205,196,112). Sum of RGB (Red+Green+Blue) = 205+196+112=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC470 is #323B8F. Grayscale: #BDBDBD. Windows color (decimal): -3292048 or 7390413. OLE color: 7390413.

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

Color convert

RGB 205 196 112 -
CMYK 0 0.04 0.45 0.20
HSL 54.19º 0.48% 0.62% -
HSV(B) 54.19º 0.45% 0.8% -
XYZ 47.84 53.63 23.16 -
YUV 189.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 205 196 112 0 0.04 0.45 0.20 54.19 0.48 0.62
Hex CD C4 70 0 4 2D 14 36 30 3E
Octal 315 304 160 0 4 55 24 66 60 76
Binary 11001101 11000100 1110000 0 100 101101 10100 110110 110000 111110

Color Harmonies of #CDC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC470

Black with #CDC470

Text Example


Text Example

White with #CDC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC470; }

 p { color: rgb(205,196,112); }

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

background-color css

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

 a { background-color: rgb(205,196,112); }

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

border-color css

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

 span { border-color: rgb(205,196,112); }

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