Html Css Color HEX #DDD053 Manz

📋 copy color: '#DDD053'

red 221 ◦ green 208 ◦ blue 83

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

Shades of Manz #DDD053

Tints of Manz #DDD053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.21%

R = 43.16%
G = 40.63%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDD053 (or 0xDDD053) is known color: Manz. HEX triplet: DD, D0 and 53. RGB value is (221,208,83). Sum of RGB (Red+Green+Blue) = 221+208+83=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD053 is #222FAC. Grayscale: #C6C6C6. Windows color (decimal): -2240429 or 5492957. OLE color: 5492957.

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

Color convert

RGB 221 208 83 -
CMYK 0 0.06 0.62 0.13
HSL 54.35º 0.67% 0.6% -
HSV(B) 54.35º 0.62% 0.87% -
XYZ 53.94 61.11 17.14 -
YUV 197.64 63.31 144.66 -
System Red Green Blue C M Y K H S L
Decimal 221 208 83 0 0.06 0.62 0.13 54.35 0.67 0.6
Hex DD D0 53 0 6 3E D 36 43 3C
Octal 335 320 123 0 6 76 15 66 103 74
Binary 11011101 11010000 1010011 0 110 111110 1101 110110 1000011 111100

Color Harmonies of #DDD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD053

Black with #DDD053

Text Example


Text Example

White with #DDD053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD053; }

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

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

background-color css

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

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

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

border-color css

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

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

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