Html Css Color HEX #DDDB53 Manz

📋 copy color: '#DDDB53'

red 221 ◦ green 219 ◦ blue 83

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

Shades of Manz #DDDB53

Tints of Manz #DDDB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.87%

R = 42.26%
G = 41.87%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDDB53 (or 0xDDDB53) is known color: Manz. HEX triplet: DD, DB and 53. RGB value is (221,219,83). Sum of RGB (Red+Green+Blue) = 221+219+83=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 83 (32.81% from 255 or 15.87% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB53 is #2224AC. Grayscale: #CCCCCC. Windows color (decimal): -2237613 or 5495773. OLE color: 5495773.

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

Color convert

RGB 221 219 83 -
CMYK 0 0.01 0.62 0.13
HSL 59.13º 0.67% 0.6% -
HSV(B) 59.13º 0.62% 0.87% -
XYZ 56.71 66.66 18.06 -
YUV 204.09 59.66 140.06 -
System Red Green Blue C M Y K H S L
Decimal 221 219 83 0 0.01 0.62 0.13 59.13 0.67 0.6
Hex DD DB 53 0 1 3E D 3B 43 3C
Octal 335 333 123 0 1 76 15 73 103 74
Binary 11011101 11011011 1010011 0 1 111110 1101 111011 1000011 111100

Color Harmonies of #DDDB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB53

Black with #DDDB53

Text Example


Text Example

White with #DDDB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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