Html Css Color HEX #DDD25D Manz

📋 copy color: '#DDD25D'

red 221 ◦ green 210 ◦ blue 93

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

Shades of Manz #DDD25D

Tints of Manz #DDD25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.08%

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

R = 42.18%
G = 40.08%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDD25D (or 0xDDD25D) is known color: Manz. HEX triplet: DD, D2 and 5D. RGB value is (221,210,93). Sum of RGB (Red+Green+Blue) = 221+210+93=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD25D is #222DA2. Grayscale: #C8C8C8. Windows color (decimal): -2239907 or 6148829. OLE color: 6148829.

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

Color convert

RGB 221 210 93 -
CMYK 0 0.05 0.58 0.13
HSL 54.84º 0.65% 0.62% -
HSV(B) 54.84º 0.58% 0.87% -
XYZ 54.84 62.26 19.48 -
YUV 199.95 67.64 143.01 -
System Red Green Blue C M Y K H S L
Decimal 221 210 93 0 0.05 0.58 0.13 54.84 0.65 0.62
Hex DD D2 5D 0 5 3A D 37 41 3E
Octal 335 322 135 0 5 72 15 67 101 76
Binary 11011101 11010010 1011101 0 101 111010 1101 110111 1000001 111110

Color Harmonies of #DDD25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD25D

Black with #DDD25D

Text Example


Text Example

White with #DDD25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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