Html Css Color HEX #DFB775 Maize

📋 copy color: '#DFB775'

red 223 ◦ green 183 ◦ blue 117

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

Shades of Maize #DFB775

Tints of Maize #DFB775

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.99%

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

R = 42.64%
G = 34.99%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFB775 (or 0xDFB775) is known color: Maize. HEX triplet: DF, B7 and 75. RGB value is (223,183,117). Sum of RGB (Red+Green+Blue) = 223+183+117=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB775 is #20488A. Grayscale: #BBBBBB. Windows color (decimal): -2115723 or 7714783. OLE color: 7714783.

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

Color convert

RGB 223 183 117 -
CMYK 0 0.18 0.48 0.13
HSL 37.36º 0.62% 0.67% -
HSV(B) 37.36º 0.48% 0.87% -
XYZ 50.58 50.84 23.98 -
YUV 187.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 223 183 117 0 0.18 0.48 0.13 37.36 0.62 0.67
Hex DF B7 75 0 12 30 D 25 3E 43
Octal 337 267 165 0 22 60 15 45 76 103
Binary 11011111 10110111 1110101 0 10010 110000 1101 100101 111110 1000011

Color Harmonies of #DFB775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB775

Black with #DFB775

Text Example


Text Example

White with #DFB775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB775; }

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

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

background-color css

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

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

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

border-color css

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

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

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