Html Css Color HEX #DFBA7A Maize

📋 copy color: '#DFBA7A'

red 223 ◦ green 186 ◦ blue 122

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

Shades of Maize #DFBA7A

Tints of Maize #DFBA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.98%

R = 42%
G = 35.03%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DFBA7A (or 0xDFBA7A) is known color: Maize. HEX triplet: DF, BA and 7A. RGB value is (223,186,122). Sum of RGB (Red+Green+Blue) = 223+186+122=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA7A is #204585. Grayscale: #BEBEBE. Windows color (decimal): -2114950 or 8043231. OLE color: 8043231.

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

Color convert

RGB 223 186 122 -
CMYK 0 0.17 0.45 0.13
HSL 38.02º 0.61% 0.68% -
HSV(B) 38.02º 0.45% 0.87% -
XYZ 51.5 52.21 25.78 -
YUV 189.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 223 186 122 0 0.17 0.45 0.13 38.02 0.61 0.68
Hex DF BA 7A 0 11 2D D 26 3D 44
Octal 337 272 172 0 21 55 15 46 75 104
Binary 11011111 10111010 1111010 0 10001 101101 1101 100110 111101 1000100

Color Harmonies of #DFBA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA7A

Black with #DFBA7A

Text Example


Text Example

White with #DFBA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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