Html Css Color HEX #DFB977 Maize

📋 copy color: '#DFB977'

red 223 ◦ green 185 ◦ blue 119

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

Shades of Maize #DFB977

Tints of Maize #DFB977

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.1%

 BLUE value IS 119 (46.88% from 255) = 22.58%

R = 42.31%
G = 35.1%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DFB977 (or 0xDFB977) is known color: Maize. HEX triplet: DF, B9 and 77. RGB value is (223,185,119). Sum of RGB (Red+Green+Blue) = 223+185+119=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB977 is #204688. Grayscale: #BDBDBD. Windows color (decimal): -2115209 or 7846367. OLE color: 7846367.

HSL color Cylindrical-coordinate representation of color #DFB977: hue angle of 38.08º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFB977 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 185 119 -
CMYK 0 0.17 0.47 0.13
HSL 38.08º 0.62% 0.67% -
HSV(B) 38.08º 0.47% 0.87% -
XYZ 51.11 51.72 24.74 -
YUV 188.84 88.59 152.37 -
System Red Green Blue C M Y K H S L
Decimal 223 185 119 0 0.17 0.47 0.13 38.08 0.62 0.67
Hex DF B9 77 0 11 2F D 26 3E 43
Octal 337 271 167 0 21 57 15 46 76 103
Binary 11011111 10111001 1110111 0 10001 101111 1101 100110 111110 1000011

Color Harmonies of #DFB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB977

Black with #DFB977

Text Example


Text Example

White with #DFB977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB977; }

 p { color: rgb(223,185,119); }

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

background-color css

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

 a { background-color: rgb(223,185,119); }

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

border-color css

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

 span { border-color: rgb(223,185,119); }

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