Html Css Color HEX #DDDD53 Manz

📋 copy color: '#DDDD53'

red 221 ◦ green 221 ◦ blue 83

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

Shades of Manz #DDDD53

Tints of Manz #DDDD53

RGB

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

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

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

R = 42.1%
G = 42.1%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDDD53 (or 0xDDDD53) is known color: Manz. HEX triplet: DD, DD and 53. RGB value is (221,221,83). Sum of RGB (Red+Green+Blue) = 221+221+83=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD53 is #2222AC. Grayscale: #CDCDCD. Windows color (decimal): -2237101 or 5496285. OLE color: 5496285.

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

Color convert

RGB 221 221 83 -
CMYK 0 0 0.62 0.13
HSL 60º 0.67% 0.6% -
HSV(B) 60º 0.62% 0.87% -
XYZ 57.24 67.71 18.24 -
YUV 205.27 59 139.22 -
System Red Green Blue C M Y K H S L
Decimal 221 221 83 0 0 0.62 0.13 60 0.67 0.6
Hex DD DD 53 0 0 3E D 3C 43 3C
Octal 335 335 123 0 0 76 15 74 103 74
Binary 11011101 11011101 1010011 0 0 111110 1101 111100 1000011 111100

Color Harmonies of #DDDD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD53

Black with #DDDD53

Text Example


Text Example

White with #DDDD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD53; }

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

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

background-color css

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

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

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

border-color css

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

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

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