#D2B24F

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

Shades of Sundance #D2B24F

Tints of Sundance #D2B24F

Color information

#D2B24F (or 0xD2B24F) is unknown color: approx Sundance. HEX triplet: D2, B2 and 4F. RGB value is (210,178,79). Sum of RGB (Red+Green+Blue) = 210+178+79=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B24F is #2D4DB0. Grayscale: #B0B0B0. Windows color (decimal): -2969009 or 5223122. OLE color: 5223122.

HSL color Cylindrical-coordinate representation of color #D2B24F: hue angle of 45.34º 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 #D2B24F is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB21017879-
CMYK00.150.620.18
HSL45.34º59.28%56.67%-
HSV(B)45.34º62.38%82.35%-
XYZ43.9146.1113.98-
YUV176.2873.1152.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.97%
GREEN value IS 178 (69.92% from 255) = 38.12%
BLUE value IS 79 (31.25% from 255) = 16.92%
R=44.97%
G=38.12%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101787900.150.620.1845.3459.2856.67
HexD2B24F0F3E122d3b39
Octal3222621170177622557371
Binary110100101011001010011110111111111010010101101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B24F; }

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

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

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

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

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

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

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

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