Html Css Color HEX #DFB776 Maize

📋 copy color: '#DFB776'

red 223 ◦ green 183 ◦ blue 118

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

Shades of Maize #DFB776

Tints of Maize #DFB776

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.92%

 BLUE value IS 118 (46.48% from 255) = 22.52%

R = 42.56%
G = 34.92%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DFB776 (or 0xDFB776) is known color: Maize. HEX triplet: DF, B7 and 76. RGB value is (223,183,118). Sum of RGB (Red+Green+Blue) = 223+183+118=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB776 is #204889. Grayscale: #BBBBBB. Windows color (decimal): -2115722 or 7780319. OLE color: 7780319.

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

Color convert

RGB 223 183 118 -
CMYK 0 0.18 0.47 0.13
HSL 37.14º 0.62% 0.67% -
HSV(B) 37.14º 0.47% 0.87% -
XYZ 50.63 50.86 24.29 -
YUV 187.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 223 183 118 0 0.18 0.47 0.13 37.14 0.62 0.67
Hex DF B7 76 0 12 2F D 25 3E 43
Octal 337 267 166 0 22 57 15 45 76 103
Binary 11011111 10110111 1110110 0 10010 101111 1101 100101 111110 1000011

Color Harmonies of #DFB776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB776

Black with #DFB776

Text Example


Text Example

White with #DFB776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB776; }

 p { color: rgb(223,183,118); }

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

background-color css

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

 a { background-color: rgb(223,183,118); }

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

border-color css

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

 span { border-color: rgb(223,183,118); }

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