Html Css Color HEX #DDD751 Manz

📋 copy color: '#DDD751'

red 221 ◦ green 215 ◦ blue 81

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

Shades of Manz #DDD751

Tints of Manz #DDD751

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.59%

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

R = 42.75%
G = 41.59%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDD751 (or 0xDDD751) is known color: Manz. HEX triplet: DD, D7 and 51. RGB value is (221,215,81). Sum of RGB (Red+Green+Blue) = 221+215+81=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 81 (32.03% from 255 or 15.67% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD751 is #2228AE. Grayscale: #CACACA. Windows color (decimal): -2238639 or 5363677. OLE color: 5363677.

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

Color convert

RGB 221 215 81 -
CMYK 0 0.03 0.63 0.13
HSL 57.43º 0.67% 0.59% -
HSV(B) 57.43º 0.63% 0.87% -
XYZ 55.6 64.57 17.32 -
YUV 201.52 59.99 141.9 -
System Red Green Blue C M Y K H S L
Decimal 221 215 81 0 0.03 0.63 0.13 57.43 0.67 0.59
Hex DD D7 51 0 3 3F D 39 43 3B
Octal 335 327 121 0 3 77 15 71 103 73
Binary 11011101 11010111 1010001 0 11 111111 1101 111001 1000011 111011

Color Harmonies of #DDD751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD751

Black with #DDD751

Text Example


Text Example

White with #DDD751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD751; }

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

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

background-color css

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

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

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

border-color css

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

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

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