Html Css Color HEX #DBD561 Manz

📋 copy color: '#DBD561'

red 219 ◦ green 213 ◦ blue 97

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

Shades of Manz #DBD561

Tints of Manz #DBD561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.34%

R = 41.4%
G = 40.26%
B = 18.34%

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

#DBD561 (or 0xDBD561) is known color: Manz. HEX triplet: DB, D5 and 61. RGB value is (219,213,97). Sum of RGB (Red+Green+Blue) = 219+213+97=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD561 is #242A9E. Grayscale: #CACACA. Windows color (decimal): -2370207 or 6411739. OLE color: 6411739.

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

Color convert

RGB 219 213 97 -
CMYK 0 0.03 0.56 0.14
HSL 57.05º 0.63% 0.62% -
HSV(B) 57.05º 0.56% 0.86% -
XYZ 55.17 63.51 20.66 -
YUV 201.57 68.99 140.43 -
System Red Green Blue C M Y K H S L
Decimal 219 213 97 0 0.03 0.56 0.14 57.05 0.63 0.62
Hex DB D5 61 0 3 38 E 39 3F 3E
Octal 333 325 141 0 3 70 16 71 77 76
Binary 11011011 11010101 1100001 0 11 111000 1110 111001 111111 111110

Color Harmonies of #DBD561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD561

Black with #DBD561

Text Example


Text Example

White with #DBD561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD561; }

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

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

background-color css

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

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

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

border-color css

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

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

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