Html Css Color HEX #DDDB5A Manz

📋 copy color: '#DDDB5A'

red 221 ◦ green 219 ◦ blue 90

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

Shades of Manz #DDDB5A

Tints of Manz #DDDB5A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.32%

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

R = 41.7%
G = 41.32%
B = 16.98%

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

#DDDB5A (or 0xDDDB5A) is known color: Manz. HEX triplet: DD, DB and 5A. RGB value is (221,219,90). Sum of RGB (Red+Green+Blue) = 221+219+90=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB5A is #2224A5. Grayscale: #CDCDCD. Windows color (decimal): -2237606 or 5954525. OLE color: 5954525.

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

Color convert

RGB 221 219 90 -
CMYK 0 0.01 0.59 0.13
HSL 59.08º 0.66% 0.61% -
HSV(B) 59.08º 0.59% 0.87% -
XYZ 57 66.77 19.56 -
YUV 204.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 221 219 90 0 0.01 0.59 0.13 59.08 0.66 0.61
Hex DD DB 5A 0 1 3B D 3B 42 3D
Octal 335 333 132 0 1 73 15 73 102 75
Binary 11011101 11011011 1011010 0 1 111011 1101 111011 1000010 111101

Color Harmonies of #DDDB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB5A

Black with #DDDB5A

Text Example


Text Example

White with #DDDB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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