Html Css Color HEX #DDDB52 Manz

📋 copy color: '#DDDB52'

red 221 ◦ green 219 ◦ blue 82

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

Shades of Manz #DDDB52

Tints of Manz #DDDB52

RGB

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

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

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

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

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

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

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

Color convert

RGB 221 219 82 -
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.67 66.64 17.86 -
YUV 203.98 59.16 140.14 -
System Red Green Blue C M Y K H S L
Decimal 221 219 82 0 0.01 0.63 0.13 59.14 0.67 0.59
Hex DD DB 52 0 1 3F D 3B 43 3B
Octal 335 333 122 0 1 77 15 73 103 73
Binary 11011101 11011011 1010010 0 1 111111 1101 111011 1000011 111011

Color Harmonies of #DDDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB52

Black with #DDDB52

Text Example


Text Example

White with #DDDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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