#D0BB83

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

Shades of Yuma #D0BB83

Tints of Yuma #D0BB83

Color information

#D0BB83 (or 0xD0BB83) is unknown color: approx Yuma. HEX triplet: D0, BB and 83. RGB value is (208,187,131). Sum of RGB (Red+Green+Blue) = 208+187+131=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BB83 is #2F447C. Grayscale: #BBBBBB. Windows color (decimal): -3097725 or 8633296. OLE color: 8633296.

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

Color convert

RGB208187131-
CMYK00.100.370.18
HSL43.64º45.03%66.47%-
HSV(B)43.64º37.02%81.57%-
XYZ47.8850.5928.71-
YUV186.996.46143.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 131 (51.56% from 255) = 24.90%
R=39.54%
G=35.55%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818713100.100.370.1843.6445.0366.47
HexD0BB830A25122c2d42
Octal32027320301245225455102
Binary11010000101110111000001101010100101100101011001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB83; }

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

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

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

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

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

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

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

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