Html Css Color HEX #DDD45D Manz

📋 copy color: '#DDD45D'

red 221 ◦ green 212 ◦ blue 93

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

Shades of Manz #DDD45D

Tints of Manz #DDD45D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.3%

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

R = 42.02%
G = 40.3%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDD45D (or 0xDDD45D) is known color: Manz. HEX triplet: DD, D4 and 5D. RGB value is (221,212,93). Sum of RGB (Red+Green+Blue) = 221+212+93=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD45D is #222BA2. Grayscale: #C9C9C9. Windows color (decimal): -2239395 or 6149341. OLE color: 6149341.

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

Color convert

RGB 221 212 93 -
CMYK 0 0.04 0.58 0.13
HSL 55.78º 0.65% 0.62% -
HSV(B) 55.78º 0.58% 0.87% -
XYZ 55.34 63.25 19.65 -
YUV 201.13 66.98 142.18 -
System Red Green Blue C M Y K H S L
Decimal 221 212 93 0 0.04 0.58 0.13 55.78 0.65 0.62
Hex DD D4 5D 0 4 3A D 38 41 3E
Octal 335 324 135 0 4 72 15 70 101 76
Binary 11011101 11010100 1011101 0 100 111010 1101 111000 1000001 111110

Color Harmonies of #DDD45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD45D

Black with #DDD45D

Text Example


Text Example

White with #DDD45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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