Html Css Color HEX #DDD954 Manz

📋 copy color: '#DDD954'

red 221 ◦ green 217 ◦ blue 84

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

Shades of Manz #DDD954

Tints of Manz #DDD954

RGB

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

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

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

R = 42.34%
G = 41.57%
B = 16.09%

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

#DDD954 (or 0xDDD954) is known color: Manz. HEX triplet: DD, D9 and 54. RGB value is (221,217,84). Sum of RGB (Red+Green+Blue) = 221+217+84=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 84 (33.20% from 255 or 16.09% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD954 is #2226AB. Grayscale: #CBCBCB. Windows color (decimal): -2238124 or 5560797. OLE color: 5560797.

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

Color convert

RGB 221 217 84 -
CMYK 0 0.02 0.62 0.13
HSL 58.25º 0.67% 0.6% -
HSV(B) 58.25º 0.62% 0.87% -
XYZ 56.23 65.64 18.09 -
YUV 203.03 60.83 140.81 -
System Red Green Blue C M Y K H S L
Decimal 221 217 84 0 0.02 0.62 0.13 58.25 0.67 0.6
Hex DD D9 54 0 2 3E D 3A 43 3C
Octal 335 331 124 0 2 76 15 72 103 74
Binary 11011101 11011001 1010100 0 10 111110 1101 111010 1000011 111100

Color Harmonies of #DDD954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD954

Black with #DDD954

Text Example


Text Example

White with #DDD954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD954; }

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

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

background-color css

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

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

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

border-color css

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

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

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