Html Css Color HEX #DDD95B Manz

📋 copy color: '#DDD95B'

red 221 ◦ green 217 ◦ blue 91

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

Shades of Manz #DDD95B

Tints of Manz #DDD95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.2%

R = 41.78%
G = 41.02%
B = 17.2%

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

#DDD95B (or 0xDDD95B) is known color: Manz. HEX triplet: DD, D9 and 5B. RGB value is (221,217,91). Sum of RGB (Red+Green+Blue) = 221+217+91=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD95B is #2226A4. Grayscale: #CCCCCC. Windows color (decimal): -2238117 or 6019549. OLE color: 6019549.

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

Color convert

RGB 221 217 91 -
CMYK 0 0.02 0.59 0.13
HSL 58.15º 0.66% 0.61% -
HSV(B) 58.15º 0.59% 0.87% -
XYZ 56.52 65.75 19.61 -
YUV 203.83 64.33 140.25 -
System Red Green Blue C M Y K H S L
Decimal 221 217 91 0 0.02 0.59 0.13 58.15 0.66 0.61
Hex DD D9 5B 0 2 3B D 3A 42 3D
Octal 335 331 133 0 2 73 15 72 102 75
Binary 11011101 11011001 1011011 0 10 111011 1101 111010 1000010 111101

Color Harmonies of #DDD95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD95B

Black with #DDD95B

Text Example


Text Example

White with #DDD95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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