Html Css Color HEX #DDD955 Manz

📋 copy color: '#DDD955'

red 221 ◦ green 217 ◦ blue 85

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

Shades of Manz #DDD955

Tints of Manz #DDD955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.49%

 BLUE value IS 85 (33.59% from 255) = 16.25%

R = 42.26%
G = 41.49%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDD955 (or 0xDDD955) is known color: Manz. HEX triplet: DD, D9 and 55. RGB value is (221,217,85). Sum of RGB (Red+Green+Blue) = 221+217+85=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD955 is #2226AA. Grayscale: #CBCBCB. Windows color (decimal): -2238123 or 5626333. OLE color: 5626333.

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

Color convert

RGB 221 217 85 -
CMYK 0 0.02 0.62 0.13
HSL 58.24º 0.67% 0.6% -
HSV(B) 58.24º 0.62% 0.87% -
XYZ 56.27 65.65 18.3 -
YUV 203.15 61.33 140.73 -
System Red Green Blue C M Y K H S L
Decimal 221 217 85 0 0.02 0.62 0.13 58.24 0.67 0.6
Hex DD D9 55 0 2 3E D 3A 43 3C
Octal 335 331 125 0 2 76 15 72 103 74
Binary 11011101 11011001 1010101 0 10 111110 1101 111010 1000011 111100

Color Harmonies of #DDD955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD955

Black with #DDD955

Text Example


Text Example

White with #DDD955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD955; }

 p { color: rgb(221,217,85); }

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

background-color css

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

 a { background-color: rgb(221,217,85); }

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

border-color css

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

 span { border-color: rgb(221,217,85); }

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