Html Css Color HEX #DBDD57 Manz

📋 copy color: '#DBDD57'

red 219 ◦ green 221 ◦ blue 87

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

Shades of Manz #DBDD57

Tints of Manz #DBDD57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.51%

R = 41.56%
G = 41.94%
B = 16.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DBDD57 (or 0xDBDD57) is known color: Manz. HEX triplet: DB, DD and 57. RGB value is (219,221,87). Sum of RGB (Red+Green+Blue) = 219+221+87=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD57 is #2422A8. Grayscale: #CDCDCD. Windows color (decimal): -2368169 or 5758427. OLE color: 5758427.

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

Color convert

RGB 219 221 87 -
CMYK 0.01 0 0.61 0.13
HSL 60.9º 0.66% 0.6% -
HSV(B) 60.9º 0.61% 0.87% -
XYZ 56.79 67.46 19.04 -
YUV 205.13 61.34 137.9 -
System Red Green Blue C M Y K H S L
Decimal 219 221 87 0.01 0 0.61 0.13 60.9 0.66 0.6
Hex DB DD 57 1 0 3D D 3D 42 3C
Octal 333 335 127 1 0 75 15 75 102 74
Binary 11011011 11011101 1010111 1 0 111101 1101 111101 1000010 111100

Color Harmonies of #DBDD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD57

Black with #DBDD57

Text Example


Text Example

White with #DBDD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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