Html Css Color HEX #CDC56F Winter Hazel

📋 copy color: '#CDC56F'

red 205 ◦ green 197 ◦ blue 111

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

Shades of Winter Hazel #CDC56F

Tints of Winter Hazel #CDC56F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.4%

 BLUE value IS 111 (43.75% from 255) = 21.64%

R = 39.96%
G = 38.4%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CDC56F (or 0xCDC56F) is known color: Winter Hazel. HEX triplet: CD, C5 and 6F. RGB value is (205,197,111). Sum of RGB (Red+Green+Blue) = 205+197+111=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC56F is #323A90. Grayscale: #BDBDBD. Windows color (decimal): -3291793 or 7325133. OLE color: 7325133.

HSL color Cylindrical-coordinate representation of color #CDC56F: hue angle of 54.89º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDC56F is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 197 111 -
CMYK 0 0.04 0.46 0.20
HSL 54.89º 0.48% 0.62% -
HSV(B) 54.89º 0.46% 0.8% -
XYZ 48.01 54.06 22.94 -
YUV 189.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 205 197 111 0 0.04 0.46 0.20 54.89 0.48 0.62
Hex CD C5 6F 0 4 2E 14 37 30 3E
Octal 315 305 157 0 4 56 24 67 60 76
Binary 11001101 11000101 1101111 0 100 101110 10100 110111 110000 111110

Color Harmonies of #CDC56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC56F

Black with #CDC56F

Text Example


Text Example

White with #CDC56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC56F; }

 p { color: rgb(205,197,111); }

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

background-color css

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

 a { background-color: rgb(205,197,111); }

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

border-color css

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

 span { border-color: rgb(205,197,111); }

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