Html Css Color HEX #DDD457 Manz

📋 copy color: '#DDD457'

red 221 ◦ green 212 ◦ blue 87

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

Shades of Manz #DDD457

Tints of Manz #DDD457

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.77%

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

R = 42.5%
G = 40.77%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDD457 (or 0xDDD457) is known color: Manz. HEX triplet: DD, D4 and 57. RGB value is (221,212,87). Sum of RGB (Red+Green+Blue) = 221+212+87=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 87 (34.38% from 255 or 16.73% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD457 is #222BA8. Grayscale: #C8C8C8. Windows color (decimal): -2239401 or 5756125. OLE color: 5756125.

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

Color convert

RGB 221 212 87 -
CMYK 0 0.04 0.61 0.13
HSL 55.97º 0.66% 0.6% -
HSV(B) 55.97º 0.61% 0.87% -
XYZ 55.08 63.15 18.3 -
YUV 200.44 63.98 142.66 -
System Red Green Blue C M Y K H S L
Decimal 221 212 87 0 0.04 0.61 0.13 55.97 0.66 0.6
Hex DD D4 57 0 4 3D D 38 42 3C
Octal 335 324 127 0 4 75 15 70 102 74
Binary 11011101 11010100 1010111 0 100 111101 1101 111000 1000010 111100

Color Harmonies of #DDD457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD457

Black with #DDD457

Text Example


Text Example

White with #DDD457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD457; }

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

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

background-color css

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

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

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

border-color css

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

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

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