Html Css Color HEX #DDDA5B Manz

📋 copy color: '#DDDA5B'

red 221 ◦ green 218 ◦ blue 91

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

Shades of Manz #DDDA5B

Tints of Manz #DDDA5B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.13%

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

R = 41.7%
G = 41.13%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDDA5B (or 0xDDDA5B) is known color: Manz. HEX triplet: DD, DA and 5B. RGB value is (221,218,91). Sum of RGB (Red+Green+Blue) = 221+218+91=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA5B is #2225A4. Grayscale: #CCCCCC. Windows color (decimal): -2237861 or 6019805. OLE color: 6019805.

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

Color convert

RGB 221 218 91 -
CMYK 0 0.01 0.59 0.13
HSL 58.62º 0.66% 0.61% -
HSV(B) 58.62º 0.59% 0.87% -
XYZ 56.78 66.27 19.7 -
YUV 204.42 63.99 139.83 -
System Red Green Blue C M Y K H S L
Decimal 221 218 91 0 0.01 0.59 0.13 58.62 0.66 0.61
Hex DD DA 5B 0 1 3B D 3B 42 3D
Octal 335 332 133 0 1 73 15 73 102 75
Binary 11011101 11011010 1011011 0 1 111011 1101 111011 1000010 111101

Color Harmonies of #DDDA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA5B

Black with #DDDA5B

Text Example


Text Example

White with #DDDA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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