#D0B67B

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

Shades of Yuma #D0B67B

Tints of Yuma #D0B67B

Color information

#D0B67B (or 0xD0B67B) is unknown color: approx Yuma. HEX triplet: D0, B6 and 7B. RGB value is (208,182,123). Sum of RGB (Red+Green+Blue) = 208+182+123=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B67B is #2F4984. Grayscale: #B7B7B7. Windows color (decimal): -3099013 or 8107728. OLE color: 8107728.

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

Color convert

RGB208182123-
CMYK00.120.410.18
HSL41.65º47.49%64.9%-
HSV(B)41.65º40.87%81.57%-
XYZ46.3248.325.62-
YUV183.0594.11145.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 123 (48.44% from 255) = 23.98%
R=40.55%
G=35.48%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818212300.120.410.1841.6547.4964.9
HexD0B67B0C29122a2f41
Octal32026617301451225257101
Binary1101000010110110111101101100101001100101010101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B67B; }

 p { color: rgb(208,182,123); }

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

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

 a { background-color: rgb(208,182,123); }

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

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

 span { border-color: rgb(208,182,123); }

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