Html Css Color HEX #DFB875 Maize

📋 copy color: '#DFB875'

red 223 ◦ green 184 ◦ blue 117

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

Shades of Maize #DFB875

Tints of Maize #DFB875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.11%

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

R = 42.56%
G = 35.11%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFB875 (or 0xDFB875) is known color: Maize. HEX triplet: DF, B8 and 75. RGB value is (223,184,117). Sum of RGB (Red+Green+Blue) = 223+184+117=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB875 is #20478A. Grayscale: #BCBCBC. Windows color (decimal): -2115467 or 7715039. OLE color: 7715039.

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

Color convert

RGB 223 184 117 -
CMYK 0 0.17 0.48 0.13
HSL 37.92º 0.62% 0.67% -
HSV(B) 37.92º 0.48% 0.87% -
XYZ 50.78 51.25 24.05 -
YUV 188.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 223 184 117 0 0.17 0.48 0.13 37.92 0.62 0.67
Hex DF B8 75 0 11 30 D 26 3E 43
Octal 337 270 165 0 21 60 15 46 76 103
Binary 11011111 10111000 1110101 0 10001 110000 1101 100110 111110 1000011

Color Harmonies of #DFB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB875

Black with #DFB875

Text Example


Text Example

White with #DFB875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB875; }

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

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

background-color css

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

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

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

border-color css

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

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

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