Html Css Color HEX #DDD754 Manz

📋 copy color: '#DDD754'

red 221 ◦ green 215 ◦ blue 84

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

Shades of Manz #DDD754

Tints of Manz #DDD754

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.35%

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

R = 42.5%
G = 41.35%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDD754 (or 0xDDD754) is known color: Manz. HEX triplet: DD, D7 and 54. RGB value is (221,215,84). Sum of RGB (Red+Green+Blue) = 221+215+84=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD754 is #2228AB. Grayscale: #CACACA. Windows color (decimal): -2238636 or 5560285. OLE color: 5560285.

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

Color convert

RGB 221 215 84 -
CMYK 0 0.03 0.62 0.13
HSL 57.37º 0.67% 0.6% -
HSV(B) 57.37º 0.62% 0.87% -
XYZ 55.72 64.61 17.92 -
YUV 201.86 61.49 141.65 -
System Red Green Blue C M Y K H S L
Decimal 221 215 84 0 0.03 0.62 0.13 57.37 0.67 0.6
Hex DD D7 54 0 3 3E D 39 43 3C
Octal 335 327 124 0 3 76 15 71 103 74
Binary 11011101 11010111 1010100 0 11 111110 1101 111001 1000011 111100

Color Harmonies of #DDD754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD754

Black with #DDD754

Text Example


Text Example

White with #DDD754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD754; }

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

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

background-color css

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

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

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

border-color css

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

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

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