Html Css Color HEX #DDD951 Manz

📋 copy color: '#DDD951'

red 221 ◦ green 217 ◦ blue 81

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

Shades of Manz #DDD951

Tints of Manz #DDD951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.61%

R = 42.58%
G = 41.81%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDD951 (or 0xDDD951) is known color: Manz. HEX triplet: DD, D9 and 51. RGB value is (221,217,81). Sum of RGB (Red+Green+Blue) = 221+217+81=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 81 (32.03% from 255 or 15.61% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD951 is #2226AE. Grayscale: #CBCBCB. Windows color (decimal): -2238127 or 5364189. OLE color: 5364189.

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

Color convert

RGB 221 217 81 -
CMYK 0 0.02 0.63 0.13
HSL 58.29º 0.67% 0.59% -
HSV(B) 58.29º 0.63% 0.87% -
XYZ 56.12 65.59 17.49 -
YUV 202.69 59.33 141.06 -
System Red Green Blue C M Y K H S L
Decimal 221 217 81 0 0.02 0.63 0.13 58.29 0.67 0.59
Hex DD D9 51 0 2 3F D 3A 43 3B
Octal 335 331 121 0 2 77 15 72 103 73
Binary 11011101 11011001 1010001 0 10 111111 1101 111010 1000011 111011

Color Harmonies of #DDD951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD951

Black with #DDD951

Text Example


Text Example

White with #DDD951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD951; }

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

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

background-color css

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

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

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

border-color css

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

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

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