Html Css Color HEX #DFBA83 Maize

📋 copy color: '#DFBA83'

red 223 ◦ green 186 ◦ blue 131

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

Shades of Maize #DFBA83

Tints of Maize #DFBA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.26%

R = 41.3%
G = 34.44%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DFBA83 (or 0xDFBA83) is known color: Maize. HEX triplet: DF, BA and 83. RGB value is (223,186,131). Sum of RGB (Red+Green+Blue) = 223+186+131=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA83 is #20457C. Grayscale: #BFBFBF. Windows color (decimal): -2114941 or 8633055. OLE color: 8633055.

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

Color convert

RGB 223 186 131 -
CMYK 0 0.17 0.41 0.13
HSL 35.87º 0.59% 0.69% -
HSV(B) 35.87º 0.41% 0.87% -
XYZ 52.09 52.44 28.85 -
YUV 190.79 94.26 150.97 -
System Red Green Blue C M Y K H S L
Decimal 223 186 131 0 0.17 0.41 0.13 35.87 0.59 0.69
Hex DF BA 83 0 11 29 D 24 3B 45
Octal 337 272 203 0 21 51 15 44 73 105
Binary 11011111 10111010 10000011 0 10001 101001 1101 100100 111011 1000101

Color Harmonies of #DFBA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA83

Black with #DFBA83

Text Example


Text Example

White with #DFBA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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