Html Css Color HEX #DDDA61 Manz

📋 copy color: '#DDDA61'

red 221 ◦ green 218 ◦ blue 97

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

Shades of Manz #DDDA61

Tints of Manz #DDDA61

RGB

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

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

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

R = 41.23%
G = 40.67%
B = 18.1%

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

#DDDA61 (or 0xDDDA61) is known color: Manz. HEX triplet: DD, DA and 61. RGB value is (221,218,97). Sum of RGB (Red+Green+Blue) = 221+218+97=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA61 is #22259E. Grayscale: #CDCDCD. Windows color (decimal): -2237855 or 6413021. OLE color: 6413021.

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

Color convert

RGB 221 218 97 -
CMYK 0 0.01 0.56 0.13
HSL 58.55º 0.65% 0.62% -
HSV(B) 58.55º 0.56% 0.87% -
XYZ 57.05 66.38 21.11 -
YUV 205.1 66.99 139.34 -
System Red Green Blue C M Y K H S L
Decimal 221 218 97 0 0.01 0.56 0.13 58.55 0.65 0.62
Hex DD DA 61 0 1 38 D 3B 41 3E
Octal 335 332 141 0 1 70 15 73 101 76
Binary 11011101 11011010 1100001 0 1 111000 1101 111011 1000001 111110

Color Harmonies of #DDDA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA61

Black with #DDDA61

Text Example


Text Example

White with #DDDA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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