Html Css Color HEX #DDD360 Manz

📋 copy color: '#DDD360'

red 221 ◦ green 211 ◦ blue 96

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

Shades of Manz #DDD360

Tints of Manz #DDD360

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.96%

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

R = 41.86%
G = 39.96%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDD360 (or 0xDDD360) is known color: Manz. HEX triplet: DD, D3 and 60. RGB value is (221,211,96). Sum of RGB (Red+Green+Blue) = 221+211+96=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD360 is #222C9F. Grayscale: #C9C9C9. Windows color (decimal): -2239648 or 6345693. OLE color: 6345693.

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

Color convert

RGB 221 211 96 -
CMYK 0 0.05 0.57 0.13
HSL 55.2º 0.65% 0.62% -
HSV(B) 55.2º 0.57% 0.87% -
XYZ 55.22 62.81 20.28 -
YUV 200.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 221 211 96 0 0.05 0.57 0.13 55.2 0.65 0.62
Hex DD D3 60 0 5 39 D 37 41 3E
Octal 335 323 140 0 5 71 15 67 101 76
Binary 11011101 11010011 1100000 0 101 111001 1101 110111 1000001 111110

Color Harmonies of #DDD360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD360

Black with #DDD360

Text Example


Text Example

White with #DDD360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD360; }

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

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

background-color css

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

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

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

border-color css

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

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

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