Html Css Color HEX #DDD75E Manz

📋 copy color: '#DDD75E'

red 221 ◦ green 215 ◦ blue 94

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

Shades of Manz #DDD75E

Tints of Manz #DDD75E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.74%

R = 41.7%
G = 40.57%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDD75E (or 0xDDD75E) is known color: Manz. HEX triplet: DD, D7 and 5E. RGB value is (221,215,94). Sum of RGB (Red+Green+Blue) = 221+215+94=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD75E is #2228A1. Grayscale: #CBCBCB. Windows color (decimal): -2238626 or 6215645. OLE color: 6215645.

HSL color Cylindrical-coordinate representation of color #DDD75E: hue angle of 57.17º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDD75E is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 215 94 -
CMYK 0 0.03 0.57 0.13
HSL 57.17º 0.65% 0.62% -
HSV(B) 57.17º 0.57% 0.87% -
XYZ 56.14 64.78 20.13 -
YUV 203 66.49 140.84 -
System Red Green Blue C M Y K H S L
Decimal 221 215 94 0 0.03 0.57 0.13 57.17 0.65 0.62
Hex DD D7 5E 0 3 39 D 39 41 3E
Octal 335 327 136 0 3 71 15 71 101 76
Binary 11011101 11010111 1011110 0 11 111001 1101 111001 1000001 111110

Color Harmonies of #DDD75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD75E

Black with #DDD75E

Text Example


Text Example

White with #DDD75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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