#D2B14F

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

Shades of Sundance #D2B14F

Tints of Sundance #D2B14F

Color information

#D2B14F (or 0xD2B14F) is unknown color: approx Sundance. HEX triplet: D2, B1 and 4F. RGB value is (210,177,79). Sum of RGB (Red+Green+Blue) = 210+177+79=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B14F is #2D4EB0. Grayscale: #B0B0B0. Windows color (decimal): -2969265 or 5222866. OLE color: 5222866.

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

Color convert

RGB21017779-
CMYK00.160.620.18
HSL44.89º59.28%56.67%-
HSV(B)44.89º62.38%82.35%-
XYZ43.7145.7113.92-
YUV175.773.43152.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.06%
GREEN value IS 177 (69.53% from 255) = 37.98%
BLUE value IS 79 (31.25% from 255) = 16.95%
R=45.06%
G=37.98%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101777900.160.620.1844.8959.2856.67
HexD2B14F0103E122d3b39
Octal3222611170207622557371
Binary1101001010110001100111101000011111010010101101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B14F; }

 p { color: rgb(210,177,79); }

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

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

 a { background-color: rgb(210,177,79); }

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

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

 span { border-color: rgb(210,177,79); }

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