Html Css Color HEX #DDDF5F Manz

📋 copy color: '#DDDF5F'

red 221 ◦ green 223 ◦ blue 95

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

Shades of Manz #DDDF5F

Tints of Manz #DDDF5F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.37%

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

R = 41%
G = 41.37%
B = 17.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDDF5F (or 0xDDDF5F) is known color: Manz. HEX triplet: DD, DF and 5F. RGB value is (221,223,95). Sum of RGB (Red+Green+Blue) = 221+223+95=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF5F is #2220A0. Grayscale: #D0D0D0. Windows color (decimal): -2236577 or 6283229. OLE color: 6283229.

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

Color convert

RGB 221 223 95 -
CMYK 0.01 0 0.57 0.13
HSL 60.94º 0.67% 0.62% -
HSV(B) 60.94º 0.57% 0.87% -
XYZ 58.27 68.97 21.07 -
YUV 207.81 64.34 137.41 -
System Red Green Blue C M Y K H S L
Decimal 221 223 95 0.01 0 0.57 0.13 60.94 0.67 0.62
Hex DD DF 5F 1 0 39 D 3D 43 3E
Octal 335 337 137 1 0 71 15 75 103 76
Binary 11011101 11011111 1011111 1 0 111001 1101 111101 1000011 111110

Color Harmonies of #DDDF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF5F

Black with #DDDF5F

Text Example


Text Example

White with #DDDF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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