Html Css Color HEX #DFD95E Manz

📋 copy color: '#DFD95E'

red 223 ◦ green 217 ◦ blue 94

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

Shades of Manz #DFD95E

Tints of Manz #DFD95E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.64%

 BLUE value IS 94 (37.11% from 255) = 17.6%

R = 41.76%
G = 40.64%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFD95E (or 0xDFD95E) is known color: Manz. HEX triplet: DF, D9 and 5E. RGB value is (223,217,94). Sum of RGB (Red+Green+Blue) = 223+217+94=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD95E is #2026A1. Grayscale: #CDCDCD. Windows color (decimal): -2107042 or 6216159. OLE color: 6216159.

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

Color convert

RGB 223 217 94 -
CMYK 0 0.03 0.58 0.13
HSL 57.21º 0.67% 0.62% -
HSV(B) 57.21º 0.58% 0.87% -
XYZ 57.26 66.12 20.33 -
YUV 204.77 65.49 141 -
System Red Green Blue C M Y K H S L
Decimal 223 217 94 0 0.03 0.58 0.13 57.21 0.67 0.62
Hex DF D9 5E 0 3 3A D 39 43 3E
Octal 337 331 136 0 3 72 15 71 103 76
Binary 11011111 11011001 1011110 0 11 111010 1101 111001 1000011 111110

Color Harmonies of #DFD95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD95E

Black with #DFD95E

Text Example


Text Example

White with #DFD95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD95E; }

 p { color: rgb(223,217,94); }

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

background-color css

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

 a { background-color: rgb(223,217,94); }

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

border-color css

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

 span { border-color: rgb(223,217,94); }

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