Html Css Color HEX #DBD95A Manz

📋 copy color: '#DBD95A'

red 219 ◦ green 217 ◦ blue 90

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

Shades of Manz #DBD95A

Tints of Manz #DBD95A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.25%

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

R = 41.63%
G = 41.25%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBD95A (or 0xDBD95A) is known color: Manz. HEX triplet: DB, D9 and 5A. RGB value is (219,217,90). Sum of RGB (Red+Green+Blue) = 219+217+90=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD95A is #2426A5. Grayscale: #CBCBCB. Windows color (decimal): -2369190 or 5954011. OLE color: 5954011.

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

Color convert

RGB 219 217 90 -
CMYK 0 0.01 0.59 0.14
HSL 59.07º 0.64% 0.61% -
HSV(B) 59.07º 0.59% 0.86% -
XYZ 55.87 65.42 19.36 -
YUV 203.12 64.16 139.33 -
System Red Green Blue C M Y K H S L
Decimal 219 217 90 0 0.01 0.59 0.14 59.07 0.64 0.61
Hex DB D9 5A 0 1 3B E 3B 40 3D
Octal 333 331 132 0 1 73 16 73 100 75
Binary 11011011 11011001 1011010 0 1 111011 1110 111011 1000000 111101

Color Harmonies of #DBD95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD95A

Black with #DBD95A

Text Example


Text Example

White with #DBD95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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