Html Css Color HEX #DCD956 Manz

📋 copy color: '#DCD956'

red 220 ◦ green 217 ◦ blue 86

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

Shades of Manz #DCD956

Tints of Manz #DCD956

RGB

 RED value IS 220 (86.33% from 255) = 42.07%

 GREEN value IS 217 (85.16% from 255) = 41.49%

 BLUE value IS 86 (33.98% from 255) = 16.44%

R = 42.07%
G = 41.49%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCD956 (or 0xDCD956) is known color: Manz. HEX triplet: DC, D9 and 56. RGB value is (220,217,86). Sum of RGB (Red+Green+Blue) = 220+217+86=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD956 is #2326A9. Grayscale: #CBCBCB. Windows color (decimal): -2303658 or 5691868. OLE color: 5691868.

HSL color Cylindrical-coordinate representation of color #DCD956: hue angle of 58.66º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCD956 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 217 86 -
CMYK 0 0.01 0.61 0.14
HSL 58.66º 0.66% 0.6% -
HSV(B) 58.66º 0.61% 0.86% -
XYZ 56.01 65.51 18.5 -
YUV 202.96 61.99 140.15 -
System Red Green Blue C M Y K H S L
Decimal 220 217 86 0 0.01 0.61 0.14 58.66 0.66 0.6
Hex DC D9 56 0 1 3D E 3B 42 3C
Octal 334 331 126 0 1 75 16 73 102 74
Binary 11011100 11011001 1010110 0 1 111101 1110 111011 1000010 111100

Color Harmonies of #DCD956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD956

Black with #DCD956

Text Example


Text Example

White with #DCD956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD956; }

 p { color: rgb(220,217,86); }

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

background-color css

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

 a { background-color: rgb(220,217,86); }

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

border-color css

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

 span { border-color: rgb(220,217,86); }

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