Html Css Color HEX #DFBA82 Maize

📋 copy color: '#DFBA82'

red 223 ◦ green 186 ◦ blue 130

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

Shades of Maize #DFBA82

Tints of Maize #DFBA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.12%

R = 41.37%
G = 34.51%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DFBA82 (or 0xDFBA82) is known color: Maize. HEX triplet: DF, BA and 82. RGB value is (223,186,130). Sum of RGB (Red+Green+Blue) = 223+186+130=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA82 is #20457D. Grayscale: #BEBEBE. Windows color (decimal): -2114942 or 8567519. OLE color: 8567519.

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

Color convert

RGB 223 186 130 -
CMYK 0 0.17 0.42 0.13
HSL 36.13º 0.59% 0.69% -
HSV(B) 36.13º 0.42% 0.87% -
XYZ 52.02 52.42 28.49 -
YUV 190.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 223 186 130 0 0.17 0.42 0.13 36.13 0.59 0.69
Hex DF BA 82 0 11 2A D 24 3B 45
Octal 337 272 202 0 21 52 15 44 73 105
Binary 11011111 10111010 10000010 0 10001 101010 1101 100100 111011 1000101

Color Harmonies of #DFBA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA82

Black with #DFBA82

Text Example


Text Example

White with #DFBA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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