Html Css Color HEX #DDDB57 Manz

📋 copy color: '#DDDB57'

red 221 ◦ green 219 ◦ blue 87

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

Shades of Manz #DDDB57

Tints of Manz #DDDB57

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #DDDB57: hue angle of 59.1º 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 #DDDB57 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 219 87 -
CMYK 0 0.01 0.61 0.13
HSL 59.1º 0.66% 0.6% -
HSV(B) 59.1º 0.61% 0.87% -
XYZ 56.87 66.72 18.9 -
YUV 204.55 61.66 139.73 -
System Red Green Blue C M Y K H S L
Decimal 221 219 87 0 0.01 0.61 0.13 59.1 0.66 0.6
Hex DD DB 57 0 1 3D D 3B 42 3C
Octal 335 333 127 0 1 75 15 73 102 74
Binary 11011101 11011011 1010111 0 1 111101 1101 111011 1000010 111100

Color Harmonies of #DDDB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB57

Black with #DDDB57

Text Example


Text Example

White with #DDDB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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