Html Css Color HEX #DDD55D Manz

📋 copy color: '#DDD55D'

red 221 ◦ green 213 ◦ blue 93

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

Shades of Manz #DDD55D

Tints of Manz #DDD55D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.42%

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

R = 41.94%
G = 40.42%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDD55D (or 0xDDD55D) is known color: Manz. HEX triplet: DD, D5 and 5D. RGB value is (221,213,93). Sum of RGB (Red+Green+Blue) = 221+213+93=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD55D is #222AA2. Grayscale: #CACACA. Windows color (decimal): -2239139 or 6149597. OLE color: 6149597.

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

Color convert

RGB 221 213 93 -
CMYK 0 0.04 0.58 0.13
HSL 56.25º 0.65% 0.62% -
HSV(B) 56.25º 0.58% 0.87% -
XYZ 55.59 63.75 19.73 -
YUV 201.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 221 213 93 0 0.04 0.58 0.13 56.25 0.65 0.62
Hex DD D5 5D 0 4 3A D 38 41 3E
Octal 335 325 135 0 4 72 15 70 101 76
Binary 11011101 11010101 1011101 0 100 111010 1101 111000 1000001 111110

Color Harmonies of #DDD55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD55D

Black with #DDD55D

Text Example


Text Example

White with #DDD55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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