Html Css Color HEX #DCD160 Manz

📋 copy color: '#DCD160'

red 220 ◦ green 209 ◦ blue 96

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

Shades of Manz #DCD160

Tints of Manz #DCD160

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.81%

 BLUE value IS 96 (37.89% from 255) = 18.29%

R = 41.9%
G = 39.81%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCD160 (or 0xDCD160) is known color: Manz. HEX triplet: DC, D1 and 60. RGB value is (220,209,96). Sum of RGB (Red+Green+Blue) = 220+209+96=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD160 is #232E9F. Grayscale: #C7C7C7. Windows color (decimal): -2305696 or 6345180. OLE color: 6345180.

HSL color Cylindrical-coordinate representation of color #DCD160: hue angle of 54.68º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCD160 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 209 96 -
CMYK 0 0.05 0.56 0.14
HSL 54.68º 0.64% 0.62% -
HSV(B) 54.68º 0.56% 0.86% -
XYZ 54.43 61.66 20.1 -
YUV 199.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 220 209 96 0 0.05 0.56 0.14 54.68 0.64 0.62
Hex DC D1 60 0 5 38 E 37 40 3E
Octal 334 321 140 0 5 70 16 67 100 76
Binary 11011100 11010001 1100000 0 101 111000 1110 110111 1000000 111110

Color Harmonies of #DCD160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD160

Black with #DCD160

Text Example


Text Example

White with #DCD160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD160; }

 p { color: rgb(220,209,96); }

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

background-color css

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

 a { background-color: rgb(220,209,96); }

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

border-color css

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

 span { border-color: rgb(220,209,96); }

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