Html Css Color HEX #DBD453 Manz

📋 copy color: '#DBD453'

red 219 ◦ green 212 ◦ blue 83

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

Shades of Manz #DBD453

Tints of Manz #DBD453

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.25%

 BLUE value IS 83 (32.81% from 255) = 16.15%

R = 42.61%
G = 41.25%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBD453 (or 0xDBD453) is known color: Manz. HEX triplet: DB, D4 and 53. RGB value is (219,212,83). Sum of RGB (Red+Green+Blue) = 219+212+83=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD453 is #242BAC. Grayscale: #C7C7C7. Windows color (decimal): -2370477 or 5493979. OLE color: 5493979.

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

Color convert

RGB 219 212 83 -
CMYK 0 0.03 0.62 0.14
HSL 56.91º 0.65% 0.59% -
HSV(B) 56.91º 0.62% 0.86% -
XYZ 54.32 62.77 17.44 -
YUV 199.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 219 212 83 0 0.03 0.62 0.14 56.91 0.65 0.59
Hex DB D4 53 0 3 3E E 39 41 3B
Octal 333 324 123 0 3 76 16 71 101 73
Binary 11011011 11010100 1010011 0 11 111110 1110 111001 1000001 111011

Color Harmonies of #DBD453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD453

Black with #DBD453

Text Example


Text Example

White with #DBD453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD453; }

 p { color: rgb(219,212,83); }

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

background-color css

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

 a { background-color: rgb(219,212,83); }

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

border-color css

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

 span { border-color: rgb(219,212,83); }

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