Html Css Color HEX #DDD75D Manz

📋 copy color: '#DDD75D'

red 221 ◦ green 215 ◦ blue 93

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

Shades of Manz #DDD75D

Tints of Manz #DDD75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.58%

R = 41.78%
G = 40.64%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDD75D (or 0xDDD75D) is known color: Manz. HEX triplet: DD, D7 and 5D. RGB value is (221,215,93). Sum of RGB (Red+Green+Blue) = 221+215+93=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD75D is #2228A2. Grayscale: #CBCBCB. Windows color (decimal): -2238627 or 6150109. OLE color: 6150109.

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

Color convert

RGB 221 215 93 -
CMYK 0 0.03 0.58 0.13
HSL 57.19º 0.65% 0.62% -
HSV(B) 57.19º 0.58% 0.87% -
XYZ 56.1 64.76 19.9 -
YUV 202.89 65.99 140.92 -
System Red Green Blue C M Y K H S L
Decimal 221 215 93 0 0.03 0.58 0.13 57.19 0.65 0.62
Hex DD D7 5D 0 3 3A D 39 41 3E
Octal 335 327 135 0 3 72 15 71 101 76
Binary 11011101 11010111 1011101 0 11 111010 1101 111001 1000001 111110

Color Harmonies of #DDD75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD75D

Black with #DDD75D

Text Example


Text Example

White with #DDD75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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