Html Css Color HEX #DDD35F Manz

📋 copy color: '#DDD35F'

red 221 ◦ green 211 ◦ blue 95

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

Shades of Manz #DDD35F

Tints of Manz #DDD35F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.03%

R = 41.94%
G = 40.04%
B = 18.03%

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

#DDD35F (or 0xDDD35F) is known color: Manz. HEX triplet: DD, D3 and 5F. RGB value is (221,211,95). Sum of RGB (Red+Green+Blue) = 221+211+95=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD35F is #222CA0. Grayscale: #C9C9C9. Windows color (decimal): -2239649 or 6280157. OLE color: 6280157.

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

Color convert

RGB 221 211 95 -
CMYK 0 0.05 0.57 0.13
HSL 55.24º 0.65% 0.62% -
HSV(B) 55.24º 0.57% 0.87% -
XYZ 55.18 62.79 20.04 -
YUV 200.77 68.31 142.43 -
System Red Green Blue C M Y K H S L
Decimal 221 211 95 0 0.05 0.57 0.13 55.24 0.65 0.62
Hex DD D3 5F 0 5 39 D 37 41 3E
Octal 335 323 137 0 5 71 15 67 101 76
Binary 11011101 11010011 1011111 0 101 111001 1101 110111 1000001 111110

Color Harmonies of #DDD35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD35F

Black with #DDD35F

Text Example


Text Example

White with #DDD35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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