Html Css Color HEX #DBD35B Manz

📋 copy color: '#DBD35B'

red 219 ◦ green 211 ◦ blue 91

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

Shades of Manz #DBD35B

Tints of Manz #DBD35B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.5%

 BLUE value IS 91 (35.94% from 255) = 17.47%

R = 42.03%
G = 40.5%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBD35B (or 0xDBD35B) is known color: Manz. HEX triplet: DB, D3 and 5B. RGB value is (219,211,91). Sum of RGB (Red+Green+Blue) = 219+211+91=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD35B is #242CA4. Grayscale: #C8C8C8. Windows color (decimal): -2370725 or 6018011. OLE color: 6018011.

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

Color convert

RGB 219 211 91 -
CMYK 0 0.04 0.58 0.14
HSL 56.25º 0.64% 0.61% -
HSV(B) 56.25º 0.58% 0.86% -
XYZ 54.4 62.4 19.08 -
YUV 199.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 219 211 91 0 0.04 0.58 0.14 56.25 0.64 0.61
Hex DB D3 5B 0 4 3A E 38 40 3D
Octal 333 323 133 0 4 72 16 70 100 75
Binary 11011011 11010011 1011011 0 100 111010 1110 111000 1000000 111101

Color Harmonies of #DBD35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD35B

Black with #DBD35B

Text Example


Text Example

White with #DBD35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD35B; }

 p { color: rgb(219,211,91); }

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

background-color css

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

 a { background-color: rgb(219,211,91); }

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

border-color css

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

 span { border-color: rgb(219,211,91); }

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