Html Css Color HEX #DDD35E Manz

📋 copy color: '#DDD35E'

red 221 ◦ green 211 ◦ blue 94

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

Shades of Manz #DDD35E

Tints of Manz #DDD35E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.11%

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

R = 42.02%
G = 40.11%
B = 17.87%

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

#DDD35E (or 0xDDD35E) is known color: Manz. HEX triplet: DD, D3 and 5E. RGB value is (221,211,94). Sum of RGB (Red+Green+Blue) = 221+211+94=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD35E is #222CA1. Grayscale: #C9C9C9. Windows color (decimal): -2239650 or 6214621. OLE color: 6214621.

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

Color convert

RGB 221 211 94 -
CMYK 0 0.05 0.57 0.13
HSL 55.28º 0.65% 0.62% -
HSV(B) 55.28º 0.57% 0.87% -
XYZ 55.13 62.77 19.8 -
YUV 200.65 67.81 142.51 -
System Red Green Blue C M Y K H S L
Decimal 221 211 94 0 0.05 0.57 0.13 55.28 0.65 0.62
Hex DD D3 5E 0 5 39 D 37 41 3E
Octal 335 323 136 0 5 71 15 67 101 76
Binary 11011101 11010011 1011110 0 101 111001 1101 110111 1000001 111110

Color Harmonies of #DDD35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD35E

Black with #DDD35E

Text Example


Text Example

White with #DDD35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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