Html Css Color HEX #DFBA7C Maize

📋 copy color: '#DFBA7C'

red 223 ◦ green 186 ◦ blue 124

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

Shades of Maize #DFBA7C

Tints of Maize #DFBA7C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.9%

 BLUE value IS 124 (48.83% from 255) = 23.26%

R = 41.84%
G = 34.9%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DFBA7C (or 0xDFBA7C) is known color: Maize. HEX triplet: DF, BA and 7C. RGB value is (223,186,124). Sum of RGB (Red+Green+Blue) = 223+186+124=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA7C is #204583. Grayscale: #BEBEBE. Windows color (decimal): -2114948 or 8174303. OLE color: 8174303.

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

Color convert

RGB 223 186 124 -
CMYK 0 0.17 0.44 0.13
HSL 37.58º 0.61% 0.68% -
HSV(B) 37.58º 0.44% 0.87% -
XYZ 51.63 52.26 26.44 -
YUV 190 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 223 186 124 0 0.17 0.44 0.13 37.58 0.61 0.68
Hex DF BA 7C 0 11 2C D 26 3D 44
Octal 337 272 174 0 21 54 15 46 75 104
Binary 11011111 10111010 1111100 0 10001 101100 1101 100110 111101 1000100

Color Harmonies of #DFBA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA7C

Black with #DFBA7C

Text Example


Text Example

White with #DFBA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA7C; }

 p { color: rgb(223,186,124); }

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

background-color css

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

 a { background-color: rgb(223,186,124); }

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

border-color css

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

 span { border-color: rgb(223,186,124); }

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