Html Css Color HEX #DDDC5D Manz

📋 copy color: '#DDDC5D'

red 221 ◦ green 220 ◦ blue 93

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

Shades of Manz #DDDC5D

Tints of Manz #DDDC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.42%

R = 41.39%
G = 41.2%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDDC5D (or 0xDDDC5D) is known color: Manz. HEX triplet: DD, DC and 5D. RGB value is (221,220,93). Sum of RGB (Red+Green+Blue) = 221+220+93=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC5D is #2223A2. Grayscale: #CECECE. Windows color (decimal): -2237347 or 6151389. OLE color: 6151389.

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

Color convert

RGB 221 220 93 -
CMYK 0 0.00 0.58 0.13
HSL 59.53º 0.65% 0.62% -
HSV(B) 59.53º 0.58% 0.87% -
XYZ 57.39 67.35 20.33 -
YUV 205.82 64.33 138.83 -
System Red Green Blue C M Y K H S L
Decimal 221 220 93 0 0.00 0.58 0.13 59.53 0.65 0.62
Hex DD DC 5D 0 0 3A D 3C 41 3E
Octal 335 334 135 0 0 72 15 74 101 76
Binary 11011101 11011100 1011101 0 0 111010 1101 111100 1000001 111110

Color Harmonies of #DDDC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC5D

Black with #DDDC5D

Text Example


Text Example

White with #DDDC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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