Html Css Color HEX #DDDC55 Manz

📋 copy color: '#DDDC55'

red 221 ◦ green 220 ◦ blue 85

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

Shades of Manz #DDDC55

Tints of Manz #DDDC55

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.83%

 BLUE value IS 85 (33.59% from 255) = 16.16%

R = 42.02%
G = 41.83%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDDC55 (or 0xDDDC55) is known color: Manz. HEX triplet: DD, DC and 55. RGB value is (221,220,85). Sum of RGB (Red+Green+Blue) = 221+220+85=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC55 is #2223AA. Grayscale: #CDCDCD. Windows color (decimal): -2237355 or 5627101. OLE color: 5627101.

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

Color convert

RGB 221 220 85 -
CMYK 0 0.00 0.62 0.13
HSL 59.56º 0.67% 0.6% -
HSV(B) 59.56º 0.62% 0.87% -
XYZ 57.05 67.21 18.56 -
YUV 204.91 60.33 139.48 -
System Red Green Blue C M Y K H S L
Decimal 221 220 85 0 0.00 0.62 0.13 59.56 0.67 0.6
Hex DD DC 55 0 0 3E D 3C 43 3C
Octal 335 334 125 0 0 76 15 74 103 74
Binary 11011101 11011100 1010101 0 0 111110 1101 111100 1000011 111100

Color Harmonies of #DDDC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC55

Black with #DDDC55

Text Example


Text Example

White with #DDDC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC55; }

 p { color: rgb(221,220,85); }

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

background-color css

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

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

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

border-color css

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

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

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