Html Css Color HEX #DFB878 Maize

📋 copy color: '#DFB878'

red 223 ◦ green 184 ◦ blue 120

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

Shades of Maize #DFB878

Tints of Maize #DFB878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.77%

R = 42.31%
G = 34.91%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DFB878 (or 0xDFB878) is known color: Maize. HEX triplet: DF, B8 and 78. RGB value is (223,184,120). Sum of RGB (Red+Green+Blue) = 223+184+120=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB878 is #204787. Grayscale: #BCBCBC. Windows color (decimal): -2115464 or 7911647. OLE color: 7911647.

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

Color convert

RGB 223 184 120 -
CMYK 0 0.17 0.46 0.13
HSL 37.28º 0.62% 0.67% -
HSV(B) 37.28º 0.46% 0.87% -
XYZ 50.96 51.33 24.99 -
YUV 188.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 223 184 120 0 0.17 0.46 0.13 37.28 0.62 0.67
Hex DF B8 78 0 11 2E D 25 3E 43
Octal 337 270 170 0 21 56 15 45 76 103
Binary 11011111 10111000 1111000 0 10001 101110 1101 100101 111110 1000011

Color Harmonies of #DFB878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB878

Black with #DFB878

Text Example


Text Example

White with #DFB878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB878; }

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

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

background-color css

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

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

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

border-color css

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

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

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