Html Css Color HEX #DFD961 Manz

📋 copy color: '#DFD961'

red 223 ◦ green 217 ◦ blue 97

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

Shades of Manz #DFD961

Tints of Manz #DFD961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.06%

R = 41.53%
G = 40.41%
B = 18.06%

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

#DFD961 (or 0xDFD961) is known color: Manz. HEX triplet: DF, D9 and 61. RGB value is (223,217,97). Sum of RGB (Red+Green+Blue) = 223+217+97=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD961 is #20269E. Grayscale: #CDCDCD. Windows color (decimal): -2107039 or 6412767. OLE color: 6412767.

HSL color Cylindrical-coordinate representation of color #DFD961: hue angle of 57.14º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFD961 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 217 97 -
CMYK 0 0.03 0.57 0.13
HSL 57.14º 0.66% 0.63% -
HSV(B) 57.14º 0.57% 0.87% -
XYZ 57.4 66.18 21.06 -
YUV 205.11 66.99 140.76 -
System Red Green Blue C M Y K H S L
Decimal 223 217 97 0 0.03 0.57 0.13 57.14 0.66 0.63
Hex DF D9 61 0 3 39 D 39 42 3F
Octal 337 331 141 0 3 71 15 71 102 77
Binary 11011111 11011001 1100001 0 11 111001 1101 111001 1000010 111111

Color Harmonies of #DFD961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD961

Black with #DFD961

Text Example


Text Example

White with #DFD961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD961; }

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

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

background-color css

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

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

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

border-color css

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

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

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