Html Css Color HEX #DFB680 Maize

📋 copy color: '#DFB680'

red 223 ◦ green 182 ◦ blue 128

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

Shades of Maize #DFB680

Tints of Maize #DFB680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.15%

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

R = 41.84%
G = 34.15%
B = 24.02%

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

#DFB680 (or 0xDFB680) is known color: Maize. HEX triplet: DF, B6 and 80. RGB value is (223,182,128). Sum of RGB (Red+Green+Blue) = 223+182+128=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB680 is #20497F. Grayscale: #BCBCBC. Windows color (decimal): -2115968 or 8435423. OLE color: 8435423.

HSL color Cylindrical-coordinate representation of color #DFB680: hue angle of 34.11º 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 #DFB680 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 182 128 -
CMYK 0 0.18 0.43 0.13
HSL 34.11º 0.6% 0.69% -
HSV(B) 34.11º 0.43% 0.87% -
XYZ 51.06 50.7 27.52 -
YUV 188.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 223 182 128 0 0.18 0.43 0.13 34.11 0.6 0.69
Hex DF B6 80 0 12 2B D 22 3C 45
Octal 337 266 200 0 22 53 15 42 74 105
Binary 11011111 10110110 10000000 0 10010 101011 1101 100010 111100 1000101

Color Harmonies of #DFB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB680

Black with #DFB680

Text Example


Text Example

White with #DFB680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB680; }

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

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

background-color css

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

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

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

border-color css

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

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

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