Html Css Color HEX #DDD25E Manz

📋 copy color: '#DDD25E'

red 221 ◦ green 210 ◦ blue 94

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

Shades of Manz #DDD25E

Tints of Manz #DDD25E

RGB

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

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

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

R = 42.1%
G = 40%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDD25E (or 0xDDD25E) is known color: Manz. HEX triplet: DD, D2 and 5E. RGB value is (221,210,94). Sum of RGB (Red+Green+Blue) = 221+210+94=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD25E is #222DA1. Grayscale: #C8C8C8. Windows color (decimal): -2239906 or 6214365. OLE color: 6214365.

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

Color convert

RGB 221 210 94 -
CMYK 0 0.05 0.57 0.13
HSL 54.8º 0.65% 0.62% -
HSV(B) 54.8º 0.57% 0.87% -
XYZ 54.89 62.27 19.72 -
YUV 200.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 221 210 94 0 0.05 0.57 0.13 54.8 0.65 0.62
Hex DD D2 5E 0 5 39 D 37 41 3E
Octal 335 322 136 0 5 71 15 67 101 76
Binary 11011101 11010010 1011110 0 101 111001 1101 110111 1000001 111110

Color Harmonies of #DDD25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD25E

Black with #DDD25E

Text Example


Text Example

White with #DDD25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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