Html Css Color HEX #DDD460 Manz

📋 copy color: '#DDD460'

red 221 ◦ green 212 ◦ blue 96

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

Shades of Manz #DDD460

Tints of Manz #DDD460

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

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

R = 41.78%
G = 40.08%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDD460 (or 0xDDD460) is known color: Manz. HEX triplet: DD, D4 and 60. RGB value is (221,212,96). Sum of RGB (Red+Green+Blue) = 221+212+96=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD460 is #222B9F. Grayscale: #C9C9C9. Windows color (decimal): -2239392 or 6345949. OLE color: 6345949.

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

Color convert

RGB 221 212 96 -
CMYK 0 0.04 0.57 0.13
HSL 55.68º 0.65% 0.62% -
HSV(B) 55.68º 0.57% 0.87% -
XYZ 55.47 63.3 20.36 -
YUV 201.47 68.48 141.93 -
System Red Green Blue C M Y K H S L
Decimal 221 212 96 0 0.04 0.57 0.13 55.68 0.65 0.62
Hex DD D4 60 0 4 39 D 38 41 3E
Octal 335 324 140 0 4 71 15 70 101 76
Binary 11011101 11010100 1100000 0 100 111001 1101 111000 1000001 111110

Color Harmonies of #DDD460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD460

Black with #DDD460

Text Example


Text Example

White with #DDD460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD460; }

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

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

background-color css

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

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

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

border-color css

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

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

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