Html Css Color HEX #DBD353 Manz

📋 copy color: '#DBD353'

red 219 ◦ green 211 ◦ blue 83

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

Shades of Manz #DBD353

Tints of Manz #DBD353

RGB

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

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

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

R = 42.69%
G = 41.13%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBD353 (or 0xDBD353) is known color: Manz. HEX triplet: DB, D3 and 53. RGB value is (219,211,83). Sum of RGB (Red+Green+Blue) = 219+211+83=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD353 is #242CAC. Grayscale: #C7C7C7. Windows color (decimal): -2370733 or 5493723. OLE color: 5493723.

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

Color convert

RGB 219 211 83 -
CMYK 0 0.04 0.62 0.14
HSL 56.47º 0.65% 0.59% -
HSV(B) 56.47º 0.62% 0.86% -
XYZ 54.07 62.27 17.35 -
YUV 198.8 62.65 142.41 -
System Red Green Blue C M Y K H S L
Decimal 219 211 83 0 0.04 0.62 0.14 56.47 0.65 0.59
Hex DB D3 53 0 4 3E E 38 41 3B
Octal 333 323 123 0 4 76 16 70 101 73
Binary 11011011 11010011 1010011 0 100 111110 1110 111000 1000001 111011

Color Harmonies of #DBD353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD353

Black with #DBD353

Text Example


Text Example

White with #DBD353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD353; }

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

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

background-color css

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

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

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

border-color css

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

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

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