Html Css Color HEX #DFB57A Maize

📋 copy color: '#DFB57A'

red 223 ◦ green 181 ◦ blue 122

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

Shades of Maize #DFB57A

Tints of Maize #DFB57A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.41%

 BLUE value IS 122 (48.05% from 255) = 23.19%

R = 42.4%
G = 34.41%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DFB57A (or 0xDFB57A) is known color: Maize. HEX triplet: DF, B5 and 7A. RGB value is (223,181,122). Sum of RGB (Red+Green+Blue) = 223+181+122=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB57A is #204A85. Grayscale: #BBBBBB. Windows color (decimal): -2116230 or 8041951. OLE color: 8041951.

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

Color convert

RGB 223 181 122 -
CMYK 0 0.19 0.45 0.13
HSL 35.05º 0.61% 0.68% -
HSV(B) 35.05º 0.45% 0.87% -
XYZ 50.47 50.14 25.43 -
YUV 186.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 223 181 122 0 0.19 0.45 0.13 35.05 0.61 0.68
Hex DF B5 7A 0 13 2D D 23 3D 44
Octal 337 265 172 0 23 55 15 43 75 104
Binary 11011111 10110101 1111010 0 10011 101101 1101 100011 111101 1000100

Color Harmonies of #DFB57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB57A

Black with #DFB57A

Text Example


Text Example

White with #DFB57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB57A; }

 p { color: rgb(223,181,122); }

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

background-color css

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

 a { background-color: rgb(223,181,122); }

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

border-color css

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

 span { border-color: rgb(223,181,122); }

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