#D0B34B

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

Shades of Sundance #D0B34B

Tints of Sundance #D0B34B

Color information

#D0B34B (or 0xD0B34B) is unknown color: approx Sundance. HEX triplet: D0, B3 and 4B. RGB value is (208,179,75). Sum of RGB (Red+Green+Blue) = 208+179+75=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B34B is #2F4CB4. Grayscale: #B0B0B0. Windows color (decimal): -3099829 or 4961232. OLE color: 4961232.

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

Color convert

RGB20817975-
CMYK00.140.640.18
HSL46.92º58.59%55.49%-
HSV(B)46.92º63.94%81.57%-
XYZ43.446.1613.28-
YUV175.8271.11150.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.02%
GREEN value IS 179 (70.31% from 255) = 38.74%
BLUE value IS 75 (29.69% from 255) = 16.23%
R=45.02%
G=38.74%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081797500.140.640.1846.9258.5955.49
HexD0B34B0E40122f3b37
Octal32026311301610022577367
Binary1101000010110011100101101110100000010010101111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B34B; }

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

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

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

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

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

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

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

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