Html Css Color HEX #DDD05D Manz

📋 copy color: '#DDD05D'

red 221 ◦ green 208 ◦ blue 93

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

Shades of Manz #DDD05D

Tints of Manz #DDD05D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.85%

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

R = 42.34%
G = 39.85%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDD05D (or 0xDDD05D) is known color: Manz. HEX triplet: DD, D0 and 5D. RGB value is (221,208,93). Sum of RGB (Red+Green+Blue) = 221+208+93=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD05D is #222FA2. Grayscale: #C7C7C7. Windows color (decimal): -2240419 or 6148317. OLE color: 6148317.

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

Color convert

RGB 221 208 93 -
CMYK 0 0.06 0.58 0.13
HSL 53.91º 0.65% 0.62% -
HSV(B) 53.91º 0.58% 0.87% -
XYZ 54.35 61.27 19.32 -
YUV 198.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 221 208 93 0 0.06 0.58 0.13 53.91 0.65 0.62
Hex DD D0 5D 0 6 3A D 36 41 3E
Octal 335 320 135 0 6 72 15 66 101 76
Binary 11011101 11010000 1011101 0 110 111010 1101 110110 1000001 111110

Color Harmonies of #DDD05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD05D

Black with #DDD05D

Text Example


Text Example

White with #DDD05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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