Html Css Color HEX #DBD25A Manz

📋 copy color: '#DBD25A'

red 219 ◦ green 210 ◦ blue 90

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

Shades of Manz #DBD25A

Tints of Manz #DBD25A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.46%

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

R = 42.2%
G = 40.46%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBD25A (or 0xDBD25A) is known color: Manz. HEX triplet: DB, D2 and 5A. RGB value is (219,210,90). Sum of RGB (Red+Green+Blue) = 219+210+90=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD25A is #242DA5. Grayscale: #C7C7C7. Windows color (decimal): -2370982 or 5952219. OLE color: 5952219.

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

Color convert

RGB 219 210 90 -
CMYK 0 0.04 0.59 0.14
HSL 55.81º 0.64% 0.61% -
HSV(B) 55.81º 0.59% 0.86% -
XYZ 54.11 61.89 18.77 -
YUV 199.01 66.48 142.26 -
System Red Green Blue C M Y K H S L
Decimal 219 210 90 0 0.04 0.59 0.14 55.81 0.64 0.61
Hex DB D2 5A 0 4 3B E 38 40 3D
Octal 333 322 132 0 4 73 16 70 100 75
Binary 11011011 11010010 1011010 0 100 111011 1110 111000 1000000 111101

Color Harmonies of #DBD25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD25A

Black with #DBD25A

Text Example


Text Example

White with #DBD25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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