Html Css Color HEX #DFD85F Manz

📋 copy color: '#DFD85F'

red 223 ◦ green 216 ◦ blue 95

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

Shades of Manz #DFD85F

Tints of Manz #DFD85F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.45%

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

R = 41.76%
G = 40.45%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFD85F (or 0xDFD85F) is known color: Manz. HEX triplet: DF, D8 and 5F. RGB value is (223,216,95). Sum of RGB (Red+Green+Blue) = 223+216+95=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 95 (37.5% from 255 or 17.79% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD85F is #2027A0. Grayscale: #CCCCCC. Windows color (decimal): -2107297 or 6281439. OLE color: 6281439.

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

Color convert

RGB 223 216 95 -
CMYK 0 0.03 0.57 0.13
HSL 56.72º 0.67% 0.62% -
HSV(B) 56.72º 0.57% 0.87% -
XYZ 57.05 65.63 20.49 -
YUV 204.3 66.32 141.34 -
System Red Green Blue C M Y K H S L
Decimal 223 216 95 0 0.03 0.57 0.13 56.72 0.67 0.62
Hex DF D8 5F 0 3 39 D 39 43 3E
Octal 337 330 137 0 3 71 15 71 103 76
Binary 11011111 11011000 1011111 0 11 111001 1101 111001 1000011 111110

Color Harmonies of #DFD85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD85F

Black with #DFD85F

Text Example


Text Example

White with #DFD85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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