Html Css Color HEX #DFB780 Maize

📋 copy color: '#DFB780'

red 223 ◦ green 183 ◦ blue 128

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

Shades of Maize #DFB780

Tints of Maize #DFB780

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.27%

 BLUE value IS 128 (50.39% from 255) = 23.97%

R = 41.76%
G = 34.27%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DFB780 (or 0xDFB780) is known color: Maize. HEX triplet: DF, B7 and 80. RGB value is (223,183,128). Sum of RGB (Red+Green+Blue) = 223+183+128=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB780 is #20487F. Grayscale: #BCBCBC. Windows color (decimal): -2115712 or 8435679. OLE color: 8435679.

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

Color convert

RGB 223 183 128 -
CMYK 0 0.18 0.43 0.13
HSL 34.74º 0.6% 0.69% -
HSV(B) 34.74º 0.43% 0.87% -
XYZ 51.26 51.11 27.59 -
YUV 188.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 223 183 128 0 0.18 0.43 0.13 34.74 0.6 0.69
Hex DF B7 80 0 12 2B D 23 3C 45
Octal 337 267 200 0 22 53 15 43 74 105
Binary 11011111 10110111 10000000 0 10010 101011 1101 100011 111100 1000101

Color Harmonies of #DFB780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB780

Black with #DFB780

Text Example


Text Example

White with #DFB780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB780; }

 p { color: rgb(223,183,128); }

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

background-color css

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

 a { background-color: rgb(223,183,128); }

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

border-color css

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

 span { border-color: rgb(223,183,128); }

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