Html Css Color HEX #DDD950 Manz

📋 copy color: '#DDD950'

red 221 ◦ green 217 ◦ blue 80

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

Shades of Manz #DDD950

Tints of Manz #DDD950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.89%

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

R = 42.66%
G = 41.89%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDD950 (or 0xDDD950) is known color: Manz. HEX triplet: DD, D9 and 50. RGB value is (221,217,80). Sum of RGB (Red+Green+Blue) = 221+217+80=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD950 is #2226AF. Grayscale: #CBCBCB. Windows color (decimal): -2238128 or 5298653. OLE color: 5298653.

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

Color convert

RGB 221 217 80 -
CMYK 0 0.02 0.64 0.13
HSL 58.3º 0.67% 0.59% -
HSV(B) 58.3º 0.64% 0.87% -
XYZ 56.08 65.58 17.29 -
YUV 202.58 58.83 141.14 -
System Red Green Blue C M Y K H S L
Decimal 221 217 80 0 0.02 0.64 0.13 58.3 0.67 0.59
Hex DD D9 50 0 2 40 D 3A 43 3B
Octal 335 331 120 0 2 100 15 72 103 73
Binary 11011101 11011001 1010000 0 10 1000000 1101 111010 1000011 111011

Color Harmonies of #DDD950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD950

Black with #DDD950

Text Example


Text Example

White with #DDD950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD950; }

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

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

background-color css

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

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

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

border-color css

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

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

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