Html Css Color HEX #DDD760 Manz

📋 copy color: '#DDD760'

red 221 ◦ green 215 ◦ blue 96

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

Shades of Manz #DDD760

Tints of Manz #DDD760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.41%

 BLUE value IS 96 (37.89% from 255) = 18.05%

R = 41.54%
G = 40.41%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDD760 (or 0xDDD760) is known color: Manz. HEX triplet: DD, D7 and 60. RGB value is (221,215,96). Sum of RGB (Red+Green+Blue) = 221+215+96=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD760 is #22289F. Grayscale: #CBCBCB. Windows color (decimal): -2238624 or 6346717. OLE color: 6346717.

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

Color convert

RGB 221 215 96 -
CMYK 0 0.03 0.57 0.13
HSL 57.12º 0.65% 0.62% -
HSV(B) 57.12º 0.57% 0.87% -
XYZ 56.23 64.82 20.61 -
YUV 203.23 67.49 140.68 -
System Red Green Blue C M Y K H S L
Decimal 221 215 96 0 0.03 0.57 0.13 57.12 0.65 0.62
Hex DD D7 60 0 3 39 D 39 41 3E
Octal 335 327 140 0 3 71 15 71 101 76
Binary 11011101 11010111 1100000 0 11 111001 1101 111001 1000001 111110

Color Harmonies of #DDD760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD760

Black with #DDD760

Text Example


Text Example

White with #DDD760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD760; }

 p { color: rgb(221,215,96); }

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

background-color css

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

 a { background-color: rgb(221,215,96); }

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

border-color css

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

 span { border-color: rgb(221,215,96); }

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