Html Css Color HEX #DFB375 Maize

📋 copy color: '#DFB375'

red 223 ◦ green 179 ◦ blue 117

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

Shades of Maize #DFB375

Tints of Maize #DFB375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.49%

 BLUE value IS 117 (46.09% from 255) = 22.54%

R = 42.97%
G = 34.49%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFB375 (or 0xDFB375) is known color: Maize. HEX triplet: DF, B3 and 75. RGB value is (223,179,117). Sum of RGB (Red+Green+Blue) = 223+179+117=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB375 is #204C8A. Grayscale: #B9B9B9. Windows color (decimal): -2116747 or 7713759. OLE color: 7713759.

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

Color convert

RGB 223 179 117 -
CMYK 0 0.20 0.48 0.13
HSL 35.09º 0.62% 0.67% -
HSV(B) 35.09º 0.48% 0.87% -
XYZ 49.76 49.21 23.71 -
YUV 185.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 223 179 117 0 0.20 0.48 0.13 35.09 0.62 0.67
Hex DF B3 75 0 14 30 D 23 3E 43
Octal 337 263 165 0 24 60 15 43 76 103
Binary 11011111 10110011 1110101 0 10100 110000 1101 100011 111110 1000011

Color Harmonies of #DFB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB375

Black with #DFB375

Text Example


Text Example

White with #DFB375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB375; }

 p { color: rgb(223,179,117); }

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

background-color css

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

 a { background-color: rgb(223,179,117); }

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

border-color css

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

 span { border-color: rgb(223,179,117); }

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