Html Css Color HEX #DBD560 Manz

📋 copy color: '#DBD560'

red 219 ◦ green 213 ◦ blue 96

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

Shades of Manz #DBD560

Tints of Manz #DBD560

RGB

 RED value IS 219 (85.94% from 255) = 41.48%

 GREEN value IS 213 (83.59% from 255) = 40.34%

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

R = 41.48%
G = 40.34%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBD560 (or 0xDBD560) is known color: Manz. HEX triplet: DB, D5 and 60. RGB value is (219,213,96). Sum of RGB (Red+Green+Blue) = 219+213+96=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD560 is #242A9F. Grayscale: #C9C9C9. Windows color (decimal): -2370208 or 6346203. OLE color: 6346203.

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

Color convert

RGB 219 213 96 -
CMYK 0 0.03 0.56 0.14
HSL 57.07º 0.63% 0.62% -
HSV(B) 57.07º 0.56% 0.86% -
XYZ 55.12 63.49 20.42 -
YUV 201.46 68.49 140.51 -
System Red Green Blue C M Y K H S L
Decimal 219 213 96 0 0.03 0.56 0.14 57.07 0.63 0.62
Hex DB D5 60 0 3 38 E 39 3F 3E
Octal 333 325 140 0 3 70 16 71 77 76
Binary 11011011 11010101 1100000 0 11 111000 1110 111001 111111 111110

Color Harmonies of #DBD560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD560

Black with #DBD560

Text Example


Text Example

White with #DBD560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD560; }

 p { color: rgb(219,213,96); }

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

background-color css

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

 a { background-color: rgb(219,213,96); }

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

border-color css

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

 span { border-color: rgb(219,213,96); }

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