#D0B780

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

Shades of Yuma #D0B780

Tints of Yuma #D0B780

Color information

#D0B780 (or 0xD0B780) is unknown color: approx Yuma. HEX triplet: D0, B7 and 80. RGB value is (208,183,128). Sum of RGB (Red+Green+Blue) = 208+183+128=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B780 is #2F487F. Grayscale: #B8B8B8. Windows color (decimal): -3098752 or 8435664. OLE color: 8435664.

HSL color Cylindrical-coordinate representation of color #D0B780: hue angle of 41.25º degrees, saturation: 0.46, 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 #D0B780 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208183128-
CMYK00.120.380.18
HSL41.25º45.98%65.88%-
HSV(B)41.25º38.46%81.57%-
XYZ46.8448.8427.38-
YUV184.296.28144.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 183 (71.88% from 255) = 35.26%
BLUE value IS 128 (50.39% from 255) = 24.66%
R=40.08%
G=35.26%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818312800.120.380.1841.2545.9865.88
HexD0B7800C2612292e42
Octal32026720001446225156102
Binary11010000101101111000000001100100110100101010011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B780; }

 p { color: rgb(208,183,128); }

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

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

 a { background-color: rgb(208,183,128); }

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

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

 span { border-color: rgb(208,183,128); }

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