Html Css Color HEX #DFD85D Manz

📋 copy color: '#DFD85D'

red 223 ◦ green 216 ◦ blue 93

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

Shades of Manz #DFD85D

Tints of Manz #DFD85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.48%

R = 41.92%
G = 40.6%
B = 17.48%

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

#DFD85D (or 0xDFD85D) is known color: Manz. HEX triplet: DF, D8 and 5D. RGB value is (223,216,93). Sum of RGB (Red+Green+Blue) = 223+216+93=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD85D is #2027A2. Grayscale: #CCCCCC. Windows color (decimal): -2107299 or 6150367. OLE color: 6150367.

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

Color convert

RGB 223 216 93 -
CMYK 0 0.03 0.58 0.13
HSL 56.77º 0.67% 0.62% -
HSV(B) 56.77º 0.58% 0.87% -
XYZ 56.96 65.59 20.01 -
YUV 204.07 65.32 141.5 -
System Red Green Blue C M Y K H S L
Decimal 223 216 93 0 0.03 0.58 0.13 56.77 0.67 0.62
Hex DF D8 5D 0 3 3A D 39 43 3E
Octal 337 330 135 0 3 72 15 71 103 76
Binary 11011111 11011000 1011101 0 11 111010 1101 111001 1000011 111110

Color Harmonies of #DFD85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD85D

Black with #DFD85D

Text Example


Text Example

White with #DFD85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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