Html Css Color HEX #DDD95A Manz

📋 copy color: '#DDD95A'

red 221 ◦ green 217 ◦ blue 90

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

Shades of Manz #DDD95A

Tints of Manz #DDD95A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.1%

 BLUE value IS 90 (35.55% from 255) = 17.05%

R = 41.86%
G = 41.1%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDD95A (or 0xDDD95A) is known color: Manz. HEX triplet: DD, D9 and 5A. RGB value is (221,217,90). Sum of RGB (Red+Green+Blue) = 221+217+90=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD95A is #2226A5. Grayscale: #CCCCCC. Windows color (decimal): -2238118 or 5954013. OLE color: 5954013.

HSL color Cylindrical-coordinate representation of color #DDD95A: hue angle of 58.17º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDD95A is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 217 90 -
CMYK 0 0.02 0.59 0.13
HSL 58.17º 0.66% 0.61% -
HSV(B) 58.17º 0.59% 0.87% -
XYZ 56.48 65.74 19.38 -
YUV 203.72 63.83 140.33 -
System Red Green Blue C M Y K H S L
Decimal 221 217 90 0 0.02 0.59 0.13 58.17 0.66 0.61
Hex DD D9 5A 0 2 3B D 3A 42 3D
Octal 335 331 132 0 2 73 15 72 102 75
Binary 11011101 11011001 1011010 0 10 111011 1101 111010 1000010 111101

Color Harmonies of #DDD95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD95A

Black with #DDD95A

Text Example


Text Example

White with #DDD95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD95A; }

 p { color: rgb(221,217,90); }

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

background-color css

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

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

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

border-color css

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

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

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