Html Css Color HEX #DFB376 Maize

📋 copy color: '#DFB376'

red 223 ◦ green 179 ◦ blue 118

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

Shades of Maize #DFB376

Tints of Maize #DFB376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.42%

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

R = 42.88%
G = 34.42%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DFB376 (or 0xDFB376) is known color: Maize. HEX triplet: DF, B3 and 76. RGB value is (223,179,118). Sum of RGB (Red+Green+Blue) = 223+179+118=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB376 is #204C89. Grayscale: #B9B9B9. Windows color (decimal): -2116746 or 7779295. OLE color: 7779295.

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

Color convert

RGB 223 179 118 -
CMYK 0 0.20 0.47 0.13
HSL 34.86º 0.62% 0.67% -
HSV(B) 34.86º 0.47% 0.87% -
XYZ 49.82 49.24 24.02 -
YUV 185.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 223 179 118 0 0.20 0.47 0.13 34.86 0.62 0.67
Hex DF B3 76 0 14 2F D 23 3E 43
Octal 337 263 166 0 24 57 15 43 76 103
Binary 11011111 10110011 1110110 0 10100 101111 1101 100011 111110 1000011

Color Harmonies of #DFB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB376

Black with #DFB376

Text Example


Text Example

White with #DFB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB376; }

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

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

background-color css

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

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

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

border-color css

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

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

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