Html Css Color HEX #DFB480 Maize

📋 copy color: '#DFB480'

red 223 ◦ green 180 ◦ blue 128

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

Shades of Maize #DFB480

Tints of Maize #DFB480

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.9%

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

R = 42%
G = 33.9%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DFB480 (or 0xDFB480) is known color: Maize. HEX triplet: DF, B4 and 80. RGB value is (223,180,128). Sum of RGB (Red+Green+Blue) = 223+180+128=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB480 is #204B7F. Grayscale: #BBBBBB. Windows color (decimal): -2116480 or 8434911. OLE color: 8434911.

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

Color convert

RGB 223 180 128 -
CMYK 0 0.19 0.43 0.13
HSL 32.84º 0.6% 0.69% -
HSV(B) 32.84º 0.43% 0.87% -
XYZ 50.65 49.89 27.38 -
YUV 186.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 223 180 128 0 0.19 0.43 0.13 32.84 0.6 0.69
Hex DF B4 80 0 13 2B D 21 3C 45
Octal 337 264 200 0 23 53 15 41 74 105
Binary 11011111 10110100 10000000 0 10011 101011 1101 100001 111100 1000101

Color Harmonies of #DFB480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB480

Black with #DFB480

Text Example


Text Example

White with #DFB480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB480; }

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

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

background-color css

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

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

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

border-color css

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

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

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