Html Css Color HEX #DBD653 Manz

📋 copy color: '#DBD653'

red 219 ◦ green 214 ◦ blue 83

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

Shades of Manz #DBD653

Tints of Manz #DBD653

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.47%

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

R = 42.44%
G = 41.47%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBD653 (or 0xDBD653) is known color: Manz. HEX triplet: DB, D6 and 53. RGB value is (219,214,83). Sum of RGB (Red+Green+Blue) = 219+214+83=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD653 is #2429AC. Grayscale: #C9C9C9. Windows color (decimal): -2369965 or 5494491. OLE color: 5494491.

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

Color convert

RGB 219 214 83 -
CMYK 0 0.02 0.62 0.14
HSL 57.79º 0.65% 0.59% -
HSV(B) 57.79º 0.62% 0.86% -
XYZ 54.82 63.78 17.6 -
YUV 200.56 61.66 141.15 -
System Red Green Blue C M Y K H S L
Decimal 219 214 83 0 0.02 0.62 0.14 57.79 0.65 0.59
Hex DB D6 53 0 2 3E E 3A 41 3B
Octal 333 326 123 0 2 76 16 72 101 73
Binary 11011011 11010110 1010011 0 10 111110 1110 111010 1000001 111011

Color Harmonies of #DBD653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD653

Black with #DBD653

Text Example


Text Example

White with #DBD653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD653; }

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

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

background-color css

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

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

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

border-color css

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

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

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