#D1BA78

Color #D1BA78 Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #D1BA78

Tints of Yuma #D1BA78

Color information

#D1BA78 (or 0xD1BA78) is unknown color: approx Yuma. HEX triplet: D1, BA and 78. RGB value is (209,186,120). Sum of RGB (Red+Green+Blue) = 209+186+120=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA78 is #2E4587. Grayscale: #B9B9B9. Windows color (decimal): -3032456 or 7912145. OLE color: 7912145.

HSL color Cylindrical-coordinate representation of color #D1BA78: hue angle of 44.49º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1BA78 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB209186120-
CMYK00.110.430.18
HSL44.49º49.17%64.51%-
HSV(B)44.49º42.58%81.96%-
XYZ47.2450.0324.94-
YUV185.3591.12144.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.58%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 120 (47.27% from 255) = 23.30%
R=40.58%
G=36.12%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918612000.110.430.1844.4949.1764.51
HexD1BA780B2B122c3141
Octal32127217001353225461101
Binary1101000110111010111100001011101011100101011001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BA78; }

 p { color: rgb(209,186,120); }

 H1.HeaderClassName
 {
   color: #D1BA78;
 }
 .AnyTagClassName
 {
   color: #D1BA78;
 }
</style>
background-color css

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

 a { background-color: rgb(209,186,120); }

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

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

 span { border-color: rgb(209,186,120); }

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