Html Css Color HEX #DDD55F Manz

📋 copy color: '#DDD55F'

red 221 ◦ green 213 ◦ blue 95

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

Shades of Manz #DDD55F

Tints of Manz #DDD55F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.26%

 BLUE value IS 95 (37.5% from 255) = 17.96%

R = 41.78%
G = 40.26%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDD55F (or 0xDDD55F) is known color: Manz. HEX triplet: DD, D5 and 5F. RGB value is (221,213,95). Sum of RGB (Red+Green+Blue) = 221+213+95=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD55F is #222AA0. Grayscale: #CACACA. Windows color (decimal): -2239137 or 6280669. OLE color: 6280669.

HSL color Cylindrical-coordinate representation of color #DDD55F: hue angle of 56.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDD55F is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 95 -
CMYK 0 0.04 0.57 0.13
HSL 56.19º 0.65% 0.62% -
HSV(B) 56.19º 0.57% 0.87% -
XYZ 55.68 63.79 20.2 -
YUV 201.94 67.65 141.59 -
System Red Green Blue C M Y K H S L
Decimal 221 213 95 0 0.04 0.57 0.13 56.19 0.65 0.62
Hex DD D5 5F 0 4 39 D 38 41 3E
Octal 335 325 137 0 4 71 15 70 101 76
Binary 11011101 11010101 1011111 0 100 111001 1101 111000 1000001 111110

Color Harmonies of #DDD55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD55F

Black with #DDD55F

Text Example


Text Example

White with #DDD55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD55F; }

 p { color: rgb(221,213,95); }

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

background-color css

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

 a { background-color: rgb(221,213,95); }

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

border-color css

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

 span { border-color: rgb(221,213,95); }

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