#D0BA82

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

Shades of Yuma #D0BA82

Tints of Yuma #D0BA82

Color information

#D0BA82 (or 0xD0BA82) is unknown color: approx Yuma. HEX triplet: D0, BA and 82. RGB value is (208,186,130). Sum of RGB (Red+Green+Blue) = 208+186+130=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BA82 is #2F457D. Grayscale: #BABABA. Windows color (decimal): -3097982 or 8567504. OLE color: 8567504.

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

Color convert

RGB208186130-
CMYK00.110.380.18
HSL43.08º45.35%66.27%-
HSV(B)43.08º37.5%81.57%-
XYZ47.650.1428.29-
YUV186.1996.29143.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 130 (51.17% from 255) = 24.81%
R=39.69%
G=35.50%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818613000.110.380.1843.0845.3566.27
HexD0BA820B26122b2d42
Octal32027220201346225355102
Binary11010000101110101000001001011100110100101010111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BA82; }

 p { color: rgb(208,186,130); }

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

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

 a { background-color: rgb(208,186,130); }

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

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

 span { border-color: rgb(208,186,130); }

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