Html Css Color HEX #DDD05E Manz

📋 copy color: '#DDD05E'

red 221 ◦ green 208 ◦ blue 94

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

Shades of Manz #DDD05E

Tints of Manz #DDD05E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.77%

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

R = 42.26%
G = 39.77%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDD05E (or 0xDDD05E) is known color: Manz. HEX triplet: DD, D0 and 5E. RGB value is (221,208,94). Sum of RGB (Red+Green+Blue) = 221+208+94=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD05E is #222FA1. Grayscale: #C7C7C7. Windows color (decimal): -2240418 or 6213853. OLE color: 6213853.

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

Color convert

RGB 221 208 94 -
CMYK 0 0.06 0.57 0.13
HSL 53.86º 0.65% 0.62% -
HSV(B) 53.86º 0.57% 0.87% -
XYZ 54.4 61.29 19.55 -
YUV 198.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 221 208 94 0 0.06 0.57 0.13 53.86 0.65 0.62
Hex DD D0 5E 0 6 39 D 36 41 3E
Octal 335 320 136 0 6 71 15 66 101 76
Binary 11011101 11010000 1011110 0 110 111001 1101 110110 1000001 111110

Color Harmonies of #DDD05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD05E

Black with #DDD05E

Text Example


Text Example

White with #DDD05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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