Html Css Color HEX #DBD552 Manz

📋 copy color: '#DBD552'

red 219 ◦ green 213 ◦ blue 82

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

Shades of Manz #DBD552

Tints of Manz #DBD552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.44%

 BLUE value IS 82 (32.42% from 255) = 15.95%

R = 42.61%
G = 41.44%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBD552 (or 0xDBD552) is known color: Manz. HEX triplet: DB, D5 and 52. RGB value is (219,213,82). Sum of RGB (Red+Green+Blue) = 219+213+82=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD552 is #242AAD. Grayscale: #C8C8C8. Windows color (decimal): -2370222 or 5428699. OLE color: 5428699.

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

Color convert

RGB 219 213 82 -
CMYK 0 0.03 0.63 0.14
HSL 57.37º 0.66% 0.59% -
HSV(B) 57.37º 0.63% 0.86% -
XYZ 54.53 63.26 17.32 -
YUV 199.86 61.49 141.65 -
System Red Green Blue C M Y K H S L
Decimal 219 213 82 0 0.03 0.63 0.14 57.37 0.66 0.59
Hex DB D5 52 0 3 3F E 39 42 3B
Octal 333 325 122 0 3 77 16 71 102 73
Binary 11011011 11010101 1010010 0 11 111111 1110 111001 1000010 111011

Color Harmonies of #DBD552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD552

Black with #DBD552

Text Example


Text Example

White with #DBD552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD552; }

 p { color: rgb(219,213,82); }

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

background-color css

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

 a { background-color: rgb(219,213,82); }

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

border-color css

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

 span { border-color: rgb(219,213,82); }

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