Html Css Color HEX #DFDC5F Manz

📋 copy color: '#DFDC5F'

red 223 ◦ green 220 ◦ blue 95

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

Shades of Manz #DFDC5F

Tints of Manz #DFDC5F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.89%

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

R = 41.45%
G = 40.89%
B = 17.66%

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

#DFDC5F (or 0xDFDC5F) is known color: Manz. HEX triplet: DF, DC and 5F. RGB value is (223,220,95). Sum of RGB (Red+Green+Blue) = 223+220+95=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC5F is #2023A0. Grayscale: #CFCFCF. Windows color (decimal): -2106273 or 6282463. OLE color: 6282463.

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

Color convert

RGB 223 220 95 -
CMYK 0 0.01 0.57 0.13
HSL 58.59º 0.67% 0.62% -
HSV(B) 58.59º 0.57% 0.87% -
XYZ 58.09 67.7 20.83 -
YUV 206.65 64.99 139.66 -
System Red Green Blue C M Y K H S L
Decimal 223 220 95 0 0.01 0.57 0.13 58.59 0.67 0.62
Hex DF DC 5F 0 1 39 D 3B 43 3E
Octal 337 334 137 0 1 71 15 73 103 76
Binary 11011111 11011100 1011111 0 1 111001 1101 111011 1000011 111110

Color Harmonies of #DFDC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC5F

Black with #DFDC5F

Text Example


Text Example

White with #DFDC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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