Html Css Color HEX #DDDD60 Manz

📋 copy color: '#DDDD60'

red 221 ◦ green 221 ◦ blue 96

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

Shades of Manz #DDDD60

Tints of Manz #DDDD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.84%

R = 41.08%
G = 41.08%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDDD60 (or 0xDDDD60) is known color: Manz. HEX triplet: DD, DD and 60. RGB value is (221,221,96). Sum of RGB (Red+Green+Blue) = 221+221+96=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD60 is #22229F. Grayscale: #CFCFCF. Windows color (decimal): -2237088 or 6348253. OLE color: 6348253.

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

Color convert

RGB 221 221 96 -
CMYK 0 0 0.57 0.13
HSL 60º 0.65% 0.62% -
HSV(B) 60º 0.57% 0.87% -
XYZ 57.79 67.93 21.13 -
YUV 206.75 65.5 138.16 -
System Red Green Blue C M Y K H S L
Decimal 221 221 96 0 0 0.57 0.13 60 0.65 0.62
Hex DD DD 60 0 0 39 D 3C 41 3E
Octal 335 335 140 0 0 71 15 74 101 76
Binary 11011101 11011101 1100000 0 0 111001 1101 111100 1000001 111110

Color Harmonies of #DDDD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD60

Black with #DDDD60

Text Example


Text Example

White with #DDDD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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