Html Css Color HEX #DFDD5F Manz

📋 copy color: '#DFDD5F'

red 223 ◦ green 221 ◦ blue 95

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

Shades of Manz #DFDD5F

Tints of Manz #DFDD5F

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 223 221 95 -
CMYK 0 0.01 0.57 0.13
HSL 59.06º 0.67% 0.62% -
HSV(B) 59.06º 0.57% 0.87% -
XYZ 58.35 68.23 20.92 -
YUV 207.23 64.66 139.25 -
System Red Green Blue C M Y K H S L
Decimal 223 221 95 0 0.01 0.57 0.13 59.06 0.67 0.62
Hex DF DD 5F 0 1 39 D 3B 43 3E
Octal 337 335 137 0 1 71 15 73 103 76
Binary 11011111 11011101 1011111 0 1 111001 1101 111011 1000011 111110

Color Harmonies of #DFDD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD5F

Black with #DFDD5F

Text Example


Text Example

White with #DFDD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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