Html Css Color HEX #DDDF5D Manz

📋 copy color: '#DDDF5D'

red 221 ◦ green 223 ◦ blue 93

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

Shades of Manz #DDDF5D

Tints of Manz #DDDF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.32%

R = 41.15%
G = 41.53%
B = 17.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDDF5D (or 0xDDDF5D) is known color: Manz. HEX triplet: DD, DF and 5D. RGB value is (221,223,93). Sum of RGB (Red+Green+Blue) = 221+223+93=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF5D is #2220A2. Grayscale: #D0D0D0. Windows color (decimal): -2236579 or 6152157. OLE color: 6152157.

HSL color Cylindrical-coordinate representation of color #DDDF5D: hue angle of 60.92º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDDF5D is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 93 -
CMYK 0.01 0 0.58 0.13
HSL 60.92º 0.67% 0.62% -
HSV(B) 60.92º 0.58% 0.87% -
XYZ 58.18 68.94 20.6 -
YUV 207.58 63.34 137.57 -
System Red Green Blue C M Y K H S L
Decimal 221 223 93 0.01 0 0.58 0.13 60.92 0.67 0.62
Hex DD DF 5D 1 0 3A D 3D 43 3E
Octal 335 337 135 1 0 72 15 75 103 76
Binary 11011101 11011111 1011101 1 0 111010 1101 111101 1000011 111110

Color Harmonies of #DDDF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF5D

Black with #DDDF5D

Text Example


Text Example

White with #DDDF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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