Html Css Color HEX #DFB479 Maize

📋 copy color: '#DFB479'

red 223 ◦ green 180 ◦ blue 121

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

Shades of Maize #DFB479

Tints of Maize #DFB479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.09%

R = 42.56%
G = 34.35%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DFB479 (or 0xDFB479) is known color: Maize. HEX triplet: DF, B4 and 79. RGB value is (223,180,121). Sum of RGB (Red+Green+Blue) = 223+180+121=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB479 is #204B86. Grayscale: #BABABA. Windows color (decimal): -2116487 or 7976159. OLE color: 7976159.

HSL color Cylindrical-coordinate representation of color #DFB479: hue angle of 34.71º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFB479 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 180 121 -
CMYK 0 0.19 0.46 0.13
HSL 34.71º 0.61% 0.67% -
HSV(B) 34.71º 0.46% 0.87% -
XYZ 50.2 49.71 25.04 -
YUV 186.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 223 180 121 0 0.19 0.46 0.13 34.71 0.61 0.67
Hex DF B4 79 0 13 2E D 23 3D 43
Octal 337 264 171 0 23 56 15 43 75 103
Binary 11011111 10110100 1111001 0 10011 101110 1101 100011 111101 1000011

Color Harmonies of #DFB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB479

Black with #DFB479

Text Example


Text Example

White with #DFB479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB479; }

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

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

background-color css

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

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

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

border-color css

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

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

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