Html Css Color HEX #DDD251 Manz

📋 copy color: '#DDD251'

red 221 ◦ green 210 ◦ blue 81

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

Shades of Manz #DDD251

Tints of Manz #DDD251

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.02%

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

R = 43.16%
G = 41.02%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDD251 (or 0xDDD251) is known color: Manz. HEX triplet: DD, D2 and 51. RGB value is (221,210,81). Sum of RGB (Red+Green+Blue) = 221+210+81=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD251 is #222DAE. Grayscale: #C7C7C7. Windows color (decimal): -2239919 or 5362397. OLE color: 5362397.

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

Color convert

RGB 221 210 81 -
CMYK 0 0.05 0.63 0.13
HSL 55.29º 0.67% 0.59% -
HSV(B) 55.29º 0.63% 0.87% -
XYZ 54.35 62.06 16.9 -
YUV 198.58 61.64 143.99 -
System Red Green Blue C M Y K H S L
Decimal 221 210 81 0 0.05 0.63 0.13 55.29 0.67 0.59
Hex DD D2 51 0 5 3F D 37 43 3B
Octal 335 322 121 0 5 77 15 67 103 73
Binary 11011101 11010010 1010001 0 101 111111 1101 110111 1000011 111011

Color Harmonies of #DDD251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD251

Black with #DDD251

Text Example


Text Example

White with #DDD251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD251; }

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

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

background-color css

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

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

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

border-color css

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

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

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