Html Css Color HEX #DDD351 Manz

📋 copy color: '#DDD351'

red 221 ◦ green 211 ◦ blue 81

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

Shades of Manz #DDD351

Tints of Manz #DDD351

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.13%

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

R = 43.08%
G = 41.13%
B = 15.79%

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

#DDD351 (or 0xDDD351) is known color: Manz. HEX triplet: DD, D3 and 51. RGB value is (221,211,81). Sum of RGB (Red+Green+Blue) = 221+211+81=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 81 (32.03% from 255 or 15.79% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD351 is #222CAE. Grayscale: #C7C7C7. Windows color (decimal): -2239663 or 5362653. OLE color: 5362653.

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

Color convert

RGB 221 211 81 -
CMYK 0 0.05 0.63 0.13
HSL 55.71º 0.67% 0.59% -
HSV(B) 55.71º 0.63% 0.87% -
XYZ 54.6 62.55 16.98 -
YUV 199.17 61.31 143.57 -
System Red Green Blue C M Y K H S L
Decimal 221 211 81 0 0.05 0.63 0.13 55.71 0.67 0.59
Hex DD D3 51 0 5 3F D 38 43 3B
Octal 335 323 121 0 5 77 15 70 103 73
Binary 11011101 11010011 1010001 0 101 111111 1101 111000 1000011 111011

Color Harmonies of #DDD351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD351

Black with #DDD351

Text Example


Text Example

White with #DDD351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD351; }

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

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

background-color css

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

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

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

border-color css

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

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

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