Html Css Color HEX #DDD154 Manz

📋 copy color: '#DDD154'

red 221 ◦ green 209 ◦ blue 84

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

Shades of Manz #DDD154

Tints of Manz #DDD154

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.66%

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

R = 43%
G = 40.66%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDD154 (or 0xDDD154) is known color: Manz. HEX triplet: DD, D1 and 54. RGB value is (221,209,84). Sum of RGB (Red+Green+Blue) = 221+209+84=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD154 is #222EAB. Grayscale: #C6C6C6. Windows color (decimal): -2240172 or 5558749. OLE color: 5558749.

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

Color convert

RGB 221 209 84 -
CMYK 0 0.05 0.62 0.13
HSL 54.74º 0.67% 0.6% -
HSV(B) 54.74º 0.62% 0.87% -
XYZ 54.22 61.61 17.42 -
YUV 198.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 221 209 84 0 0.05 0.62 0.13 54.74 0.67 0.6
Hex DD D1 54 0 5 3E D 37 43 3C
Octal 335 321 124 0 5 76 15 67 103 74
Binary 11011101 11010001 1010100 0 101 111110 1101 110111 1000011 111100

Color Harmonies of #DDD154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD154

Black with #DDD154

Text Example


Text Example

White with #DDD154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD154; }

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

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

background-color css

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

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

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

border-color css

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

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

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