#D0B74E

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

Shades of Sundance #D0B74E

Tints of Sundance #D0B74E

Color information

#D0B74E (or 0xD0B74E) is unknown color: approx Sundance. HEX triplet: D0, B7 and 4E. RGB value is (208,183,78). Sum of RGB (Red+Green+Blue) = 208+183+78=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B74E is #2F48B1. Grayscale: #B2B2B2. Windows color (decimal): -3098802 or 5158864. OLE color: 5158864.

HSL color Cylindrical-coordinate representation of color #D0B74E: hue angle of 48.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0B74E is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB20818378-
CMYK00.120.620.18
HSL48.46º58.04%56.08%-
HSV(B)48.46º62.5%81.57%-
XYZ44.3247.8314.1-
YUV178.571.28149.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.35%
GREEN value IS 183 (71.88% from 255) = 39.02%
BLUE value IS 78 (30.86% from 255) = 16.63%
R=44.35%
G=39.02%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081837800.120.620.1848.4658.0456.08
HexD0B74E0C3E12303a38
Octal3202671160147622607270
Binary110100001011011110011100110011111010010110000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B74E; }

 p { color: rgb(208,183,78); }

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

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

 a { background-color: rgb(208,183,78); }

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

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

 span { border-color: rgb(208,183,78); }

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