Html Css Color HEX #DDDB51 Manz

📋 copy color: '#DDDB51'

red 221 ◦ green 219 ◦ blue 81

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

Shades of Manz #DDDB51

Tints of Manz #DDDB51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.55%

R = 42.42%
G = 42.03%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDDB51 (or 0xDDDB51) is known color: Manz. HEX triplet: DD, DB and 51. RGB value is (221,219,81). Sum of RGB (Red+Green+Blue) = 221+219+81=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB51 is #2224AE. Grayscale: #CCCCCC. Windows color (decimal): -2237615 or 5364701. OLE color: 5364701.

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

Color convert

RGB 221 219 81 -
CMYK 0 0.01 0.63 0.13
HSL 59.14º 0.67% 0.59% -
HSV(B) 59.14º 0.63% 0.87% -
XYZ 56.64 66.63 17.66 -
YUV 203.87 58.66 140.22 -
System Red Green Blue C M Y K H S L
Decimal 221 219 81 0 0.01 0.63 0.13 59.14 0.67 0.59
Hex DD DB 51 0 1 3F D 3B 43 3B
Octal 335 333 121 0 1 77 15 73 103 73
Binary 11011101 11011011 1010001 0 1 111111 1101 111011 1000011 111011

Color Harmonies of #DDDB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB51

Black with #DDDB51

Text Example


Text Example

White with #DDDB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB51; }

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

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

background-color css

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

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

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

border-color css

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

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

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