Html Css Color HEX #DDD650 Manz

📋 copy color: '#DDD650'

red 221 ◦ green 214 ◦ blue 80

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

Shades of Manz #DDD650

Tints of Manz #DDD650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.55%

 BLUE value IS 80 (31.64% from 255) = 15.53%

R = 42.91%
G = 41.55%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDD650 (or 0xDDD650) is known color: Manz. HEX triplet: DD, D6 and 50. RGB value is (221,214,80). Sum of RGB (Red+Green+Blue) = 221+214+80=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD650 is #2229AF. Grayscale: #C9C9C9. Windows color (decimal): -2238896 or 5297885. OLE color: 5297885.

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

Color convert

RGB 221 214 80 -
CMYK 0 0.03 0.64 0.13
HSL 57.02º 0.67% 0.59% -
HSV(B) 57.02º 0.64% 0.87% -
XYZ 55.31 64.04 17.04 -
YUV 200.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 221 214 80 0 0.03 0.64 0.13 57.02 0.67 0.59
Hex DD D6 50 0 3 40 D 39 43 3B
Octal 335 326 120 0 3 100 15 71 103 73
Binary 11011101 11010110 1010000 0 11 1000000 1101 111001 1000011 111011

Color Harmonies of #DDD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD650

Black with #DDD650

Text Example


Text Example

White with #DDD650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD650; }

 p { color: rgb(221,214,80); }

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

background-color css

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

 a { background-color: rgb(221,214,80); }

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

border-color css

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

 span { border-color: rgb(221,214,80); }

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