Html Css Color HEX #DCD760 Manz

📋 copy color: '#DCD760'

red 220 ◦ green 215 ◦ blue 96

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

Shades of Manz #DCD760

Tints of Manz #DCD760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.49%

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

R = 41.43%
G = 40.49%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCD760 (or 0xDCD760) is known color: Manz. HEX triplet: DC, D7 and 60. RGB value is (220,215,96). Sum of RGB (Red+Green+Blue) = 220+215+96=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD760 is #23289F. Grayscale: #CBCBCB. Windows color (decimal): -2304160 or 6346716. OLE color: 6346716.

HSL color Cylindrical-coordinate representation of color #DCD760: hue angle of 57.58º 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 #DCD760 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 96 -
CMYK 0 0.02 0.56 0.14
HSL 57.58º 0.64% 0.62% -
HSV(B) 57.58º 0.56% 0.86% -
XYZ 55.93 64.66 20.6 -
YUV 202.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 220 215 96 0 0.02 0.56 0.14 57.58 0.64 0.62
Hex DC D7 60 0 2 38 E 3A 40 3E
Octal 334 327 140 0 2 70 16 72 100 76
Binary 11011100 11010111 1100000 0 10 111000 1110 111010 1000000 111110

Color Harmonies of #DCD760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD760

Black with #DCD760

Text Example


Text Example

White with #DCD760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD760; }

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

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

background-color css

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

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

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

border-color css

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

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

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