Html Css Color HEX #DBDD52 Manz

📋 copy color: '#DBDD52'

red 219 ◦ green 221 ◦ blue 82

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

Shades of Manz #DBDD52

Tints of Manz #DBDD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.34%

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

R = 41.95%
G = 42.34%
B = 15.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DBDD52 (or 0xDBDD52) is known color: Manz. HEX triplet: DB, DD and 52. RGB value is (219,221,82). Sum of RGB (Red+Green+Blue) = 219+221+82=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 82 (32.42% from 255 or 15.71% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD52 is #2422AD. Grayscale: #CDCDCD. Windows color (decimal): -2368174 or 5430747. OLE color: 5430747.

HSL color Cylindrical-coordinate representation of color #DBDD52: hue angle of 60.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBDD52 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 221 82 -
CMYK 0.01 0 0.63 0.13
HSL 60.86º 0.67% 0.59% -
HSV(B) 60.86º 0.63% 0.87% -
XYZ 56.59 67.38 18.01 -
YUV 204.56 58.84 138.3 -
System Red Green Blue C M Y K H S L
Decimal 219 221 82 0.01 0 0.63 0.13 60.86 0.67 0.59
Hex DB DD 52 1 0 3F D 3D 43 3B
Octal 333 335 122 1 0 77 15 75 103 73
Binary 11011011 11011101 1010010 1 0 111111 1101 111101 1000011 111011

Color Harmonies of #DBDD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD52

Black with #DBDD52

Text Example


Text Example

White with #DBDD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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