Html Css Color HEX #DDDB61 Manz

📋 copy color: '#DDDB61'

red 221 ◦ green 219 ◦ blue 97

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

Shades of Manz #DDDB61

Tints of Manz #DDDB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.06%

R = 41.15%
G = 40.78%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDDB61 (or 0xDDDB61) is known color: Manz. HEX triplet: DD, DB and 61. RGB value is (221,219,97). Sum of RGB (Red+Green+Blue) = 221+219+97=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB61 is #22249E. Grayscale: #CECECE. Windows color (decimal): -2237599 or 6413277. OLE color: 6413277.

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

Color convert

RGB 221 219 97 -
CMYK 0 0.01 0.56 0.13
HSL 59.03º 0.65% 0.62% -
HSV(B) 59.03º 0.56% 0.87% -
XYZ 57.31 66.9 21.2 -
YUV 205.69 66.66 138.92 -
System Red Green Blue C M Y K H S L
Decimal 221 219 97 0 0.01 0.56 0.13 59.03 0.65 0.62
Hex DD DB 61 0 1 38 D 3B 41 3E
Octal 335 333 141 0 1 70 15 73 101 76
Binary 11011101 11011011 1100001 0 1 111000 1101 111011 1000001 111110

Color Harmonies of #DDDB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB61

Black with #DDDB61

Text Example


Text Example

White with #DDDB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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