Html Css Color HEX #DFB377 Maize

📋 copy color: '#DFB377'

red 223 ◦ green 179 ◦ blue 119

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

Shades of Maize #DFB377

Tints of Maize #DFB377

RGB

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

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

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

R = 42.8%
G = 34.36%
B = 22.84%

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

#DFB377 (or 0xDFB377) is known color: Maize. HEX triplet: DF, B3 and 77. RGB value is (223,179,119). Sum of RGB (Red+Green+Blue) = 223+179+119=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB377 is #204C88. Grayscale: #B9B9B9. Windows color (decimal): -2116745 or 7844831. OLE color: 7844831.

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

Color convert

RGB 223 179 119 -
CMYK 0 0.20 0.47 0.13
HSL 34.62º 0.62% 0.67% -
HSV(B) 34.62º 0.47% 0.87% -
XYZ 49.88 49.26 24.33 -
YUV 185.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 223 179 119 0 0.20 0.47 0.13 34.62 0.62 0.67
Hex DF B3 77 0 14 2F D 23 3E 43
Octal 337 263 167 0 24 57 15 43 76 103
Binary 11011111 10110011 1110111 0 10100 101111 1101 100011 111110 1000011

Color Harmonies of #DFB377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB377

Black with #DFB377

Text Example


Text Example

White with #DFB377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB377; }

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

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

background-color css

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

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

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

border-color css

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

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

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