Html Css Color HEX #DFD75E Manz

📋 copy color: '#DFD75E'

red 223 ◦ green 215 ◦ blue 94

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

Shades of Manz #DFD75E

Tints of Manz #DFD75E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.41%

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

R = 41.92%
G = 40.41%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFD75E (or 0xDFD75E) is known color: Manz. HEX triplet: DF, D7 and 5E. RGB value is (223,215,94). Sum of RGB (Red+Green+Blue) = 223+215+94=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD75E is #2028A1. Grayscale: #CCCCCC. Windows color (decimal): -2107554 or 6215647. OLE color: 6215647.

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

Color convert

RGB 223 215 94 -
CMYK 0 0.04 0.58 0.13
HSL 56.28º 0.67% 0.62% -
HSV(B) 56.28º 0.58% 0.87% -
XYZ 56.75 65.1 20.16 -
YUV 203.6 66.15 141.84 -
System Red Green Blue C M Y K H S L
Decimal 223 215 94 0 0.04 0.58 0.13 56.28 0.67 0.62
Hex DF D7 5E 0 4 3A D 38 43 3E
Octal 337 327 136 0 4 72 15 70 103 76
Binary 11011111 11010111 1011110 0 100 111010 1101 111000 1000011 111110

Color Harmonies of #DFD75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD75E

Black with #DFD75E

Text Example


Text Example

White with #DFD75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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