Html Css Color HEX #DDD057 Manz

📋 copy color: '#DDD057'

red 221 ◦ green 208 ◦ blue 87

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

Shades of Manz #DDD057

Tints of Manz #DDD057

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.31%

 BLUE value IS 87 (34.38% from 255) = 16.86%

R = 42.83%
G = 40.31%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDD057 (or 0xDDD057) is known color: Manz. HEX triplet: DD, D0 and 57. RGB value is (221,208,87). Sum of RGB (Red+Green+Blue) = 221+208+87=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 87 (34.38% from 255 or 16.86% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD057 is #222FA8. Grayscale: #C6C6C6. Windows color (decimal): -2240425 or 5755101. OLE color: 5755101.

HSL color Cylindrical-coordinate representation of color #DDD057: hue angle of 54.18º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDD057 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 208 87 -
CMYK 0 0.06 0.61 0.13
HSL 54.18º 0.66% 0.6% -
HSV(B) 54.18º 0.61% 0.87% -
XYZ 54.09 61.17 17.97 -
YUV 198.09 65.31 144.34 -
System Red Green Blue C M Y K H S L
Decimal 221 208 87 0 0.06 0.61 0.13 54.18 0.66 0.6
Hex DD D0 57 0 6 3D D 36 42 3C
Octal 335 320 127 0 6 75 15 66 102 74
Binary 11011101 11010000 1010111 0 110 111101 1101 110110 1000010 111100

Color Harmonies of #DDD057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD057

Black with #DDD057

Text Example


Text Example

White with #DDD057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD057; }

 p { color: rgb(221,208,87); }

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

background-color css

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

 a { background-color: rgb(221,208,87); }

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

border-color css

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

 span { border-color: rgb(221,208,87); }

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