Html Css Color HEX #DDD054 Manz

📋 copy color: '#DDD054'

red 221 ◦ green 208 ◦ blue 84

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

Shades of Manz #DDD054

Tints of Manz #DDD054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.37%

R = 43.08%
G = 40.55%
B = 16.37%

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

#DDD054 (or 0xDDD054) is known color: Manz. HEX triplet: DD, D0 and 54. RGB value is (221,208,84). Sum of RGB (Red+Green+Blue) = 221+208+84=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD054 is #222FAB. Grayscale: #C6C6C6. Windows color (decimal): -2240428 or 5558493. OLE color: 5558493.

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

Color convert

RGB 221 208 84 -
CMYK 0 0.06 0.62 0.13
HSL 54.31º 0.67% 0.6% -
HSV(B) 54.31º 0.62% 0.87% -
XYZ 53.97 61.12 17.34 -
YUV 197.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 221 208 84 0 0.06 0.62 0.13 54.31 0.67 0.6
Hex DD D0 54 0 6 3E D 36 43 3C
Octal 335 320 124 0 6 76 15 66 103 74
Binary 11011101 11010000 1010100 0 110 111110 1101 110110 1000011 111100

Color Harmonies of #DDD054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD054

Black with #DDD054

Text Example


Text Example

White with #DDD054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD054; }

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

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

background-color css

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

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

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

border-color css

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

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

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