#D2B14C

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

Shades of Sundance #D2B14C

Tints of Sundance #D2B14C

Color information

#D2B14C (or 0xD2B14C) is unknown color: approx Sundance. HEX triplet: D2, B1 and 4C. RGB value is (210,177,76). Sum of RGB (Red+Green+Blue) = 210+177+76=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B14C is #2D4EB3. Grayscale: #AFAFAF. Windows color (decimal): -2969268 or 5026258. OLE color: 5026258.

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

Color convert

RGB21017776-
CMYK00.160.640.18
HSL45.22º59.82%56.08%-
HSV(B)45.22º63.81%82.35%-
XYZ43.645.6713.35-
YUV175.3571.93152.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.36%
GREEN value IS 177 (69.53% from 255) = 38.23%
BLUE value IS 76 (30.08% from 255) = 16.41%
R=45.36%
G=38.23%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101777600.160.640.1845.2259.8256.08
HexD2B14C01040122d3c38
Octal32226111402010022557470
Binary11010010101100011001100010000100000010010101101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B14C; }

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

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

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

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

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

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

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

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