Html Css Color HEX #DBD15A Manz

📋 copy color: '#DBD15A'

red 219 ◦ green 209 ◦ blue 90

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

Shades of Manz #DBD15A

Tints of Manz #DBD15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.37%

R = 42.28%
G = 40.35%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBD15A (or 0xDBD15A) is known color: Manz. HEX triplet: DB, D1 and 5A. RGB value is (219,209,90). Sum of RGB (Red+Green+Blue) = 219+209+90=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD15A is #242EA5. Grayscale: #C6C6C6. Windows color (decimal): -2371238 or 5951963. OLE color: 5951963.

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

Color convert

RGB 219 209 90 -
CMYK 0 0.05 0.59 0.14
HSL 55.35º 0.64% 0.61% -
HSV(B) 55.35º 0.59% 0.86% -
XYZ 53.86 61.4 18.69 -
YUV 198.42 66.81 142.68 -
System Red Green Blue C M Y K H S L
Decimal 219 209 90 0 0.05 0.59 0.14 55.35 0.64 0.61
Hex DB D1 5A 0 5 3B E 37 40 3D
Octal 333 321 132 0 5 73 16 67 100 75
Binary 11011011 11010001 1011010 0 101 111011 1110 110111 1000000 111101

Color Harmonies of #DBD15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD15A

Black with #DBD15A

Text Example


Text Example

White with #DBD15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD15A; }

 p { color: rgb(219,209,90); }

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

background-color css

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

 a { background-color: rgb(219,209,90); }

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

border-color css

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

 span { border-color: rgb(219,209,90); }

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