Html Css Color HEX #DDDB4A Manz

📋 copy color: '#DDDB4A'

red 221 ◦ green 219 ◦ blue 74

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

Shades of Manz #DDDB4A

Tints of Manz #DDDB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.4%

R = 43%
G = 42.61%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDDB4A (or 0xDDDB4A) is known color: Manz. HEX triplet: DD, DB and 4A. RGB value is (221,219,74). Sum of RGB (Red+Green+Blue) = 221+219+74=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB4A is #2224B5. Grayscale: #CBCBCB. Windows color (decimal): -2237622 or 4905949. OLE color: 4905949.

HSL color Cylindrical-coordinate representation of color #DDDB4A: hue angle of 59.18º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDDB4A is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 219 74 -
CMYK 0 0.01 0.67 0.13
HSL 59.18º 0.68% 0.58% -
HSV(B) 59.18º 0.67% 0.87% -
XYZ 56.39 66.53 16.35 -
YUV 203.07 55.16 140.79 -
System Red Green Blue C M Y K H S L
Decimal 221 219 74 0 0.01 0.67 0.13 59.18 0.68 0.58
Hex DD DB 4A 0 1 43 D 3B 44 3A
Octal 335 333 112 0 1 103 15 73 104 72
Binary 11011101 11011011 1001010 0 1 1000011 1101 111011 1000100 111010

Color Harmonies of #DDDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB4A

Black with #DDDB4A

Text Example


Text Example

White with #DDDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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