#D0B351

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

Shades of Sundance #D0B351

Tints of Sundance #D0B351

Color information

#D0B351 (or 0xD0B351) is unknown color: approx Sundance. HEX triplet: D0, B3 and 51. RGB value is (208,179,81). Sum of RGB (Red+Green+Blue) = 208+179+81=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 81 (32.03% from 255 or 17.31% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B351 is #2F4CAE. Grayscale: #B0B0B0. Windows color (decimal): -3099823 or 5354448. OLE color: 5354448.

HSL color Cylindrical-coordinate representation of color #D0B351: hue angle of 46.3º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0B351 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB20817981-
CMYK00.140.610.18
HSL46.3º57.47%56.67%-
HSV(B)46.3º61.06%81.57%-
XYZ43.6246.2414.41-
YUV176.574.11150.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.44%
GREEN value IS 179 (70.31% from 255) = 38.25%
BLUE value IS 81 (32.03% from 255) = 17.31%
R=44.44%
G=38.25%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081798100.140.610.1846.357.4756.67
HexD0B3510E3D122e3939
Octal3202631210167522567171
Binary110100001011001110100010111011110110010101110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B351; }

 p { color: rgb(208,179,81); }

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

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

 a { background-color: rgb(208,179,81); }

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

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

 span { border-color: rgb(208,179,81); }

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