#D0BB7A

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

Shades of Yuma #D0BB7A

Tints of Yuma #D0BB7A

Color information

#D0BB7A (or 0xD0BB7A) is unknown color: approx Yuma. HEX triplet: D0, BB and 7A. RGB value is (208,187,122). Sum of RGB (Red+Green+Blue) = 208+187+122=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BB7A is #2F4485. Grayscale: #BABABA. Windows color (decimal): -3097734 or 8043472. OLE color: 8043472.

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

Color convert

RGB208187122-
CMYK00.100.410.18
HSL45.35º47.78%64.71%-
HSV(B)45.35º41.35%81.57%-
XYZ47.350.3625.64-
YUV185.8791.96143.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 122 (48.05% from 255) = 23.60%
R=40.23%
G=36.17%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818712200.100.410.1845.3547.7864.71
HexD0BB7A0A29122d3041
Octal32027317201251225560101
Binary1101000010111011111101001010101001100101011011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB7A; }

 p { color: rgb(208,187,122); }

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

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

 a { background-color: rgb(208,187,122); }

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

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

 span { border-color: rgb(208,187,122); }

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