Html Css Color HEX #DBD15D Manz

📋 copy color: '#DBD15D'

red 219 ◦ green 209 ◦ blue 93

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

Shades of Manz #DBD15D

Tints of Manz #DBD15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.85%

R = 42.03%
G = 40.12%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBD15D (or 0xDBD15D) is known color: Manz. HEX triplet: DB, D1 and 5D. RGB value is (219,209,93). Sum of RGB (Red+Green+Blue) = 219+209+93=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD15D is #242EA2. Grayscale: #C7C7C7. Windows color (decimal): -2371235 or 6148571. OLE color: 6148571.

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

Color convert

RGB 219 209 93 -
CMYK 0 0.05 0.58 0.14
HSL 55.24º 0.64% 0.61% -
HSV(B) 55.24º 0.58% 0.86% -
XYZ 53.99 61.45 19.37 -
YUV 198.77 68.31 142.43 -
System Red Green Blue C M Y K H S L
Decimal 219 209 93 0 0.05 0.58 0.14 55.24 0.64 0.61
Hex DB D1 5D 0 5 3A E 37 40 3D
Octal 333 321 135 0 5 72 16 67 100 75
Binary 11011011 11010001 1011101 0 101 111010 1110 110111 1000000 111101

Color Harmonies of #DBD15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD15D

Black with #DBD15D

Text Example


Text Example

White with #DBD15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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