#DA7B2C

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

Shades of Tahiti Gold #DA7B2C

Tints of Tahiti Gold #DA7B2C

Color information

#DA7B2C (or 0xDA7B2C) is unknown color: approx Tahiti Gold. HEX triplet: DA, 7B and 2C. RGB value is (218,123,44). Sum of RGB (Red+Green+Blue) = 218+123+44=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7B2C is #2584D3. Grayscale: #8E8E8E. Windows color (decimal): -2458836 or 2915290. OLE color: 2915290.

HSL color Cylindrical-coordinate representation of color #DA7B2C: hue angle of 27.24º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA7B2C is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB21812344-
CMYK00.440.800.15
HSL27.24º70.16%51.37%-
HSV(B)27.24º79.82%85.49%-
XYZ36.4529.256.11-
YUV142.472.47181.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.62%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 44 (17.58% from 255) = 11.43%
R=56.62%
G=31.95%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181234400.440.800.1527.2470.1651.37
HexDA7B2C02C50F1b4633
Octal33217354054120173310663
Binary110110101111011101100010110010100001111110111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7B2C; }

 p { color: rgb(218,123,44); }

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

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

 a { background-color: rgb(218,123,44); }

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

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

 span { border-color: rgb(218,123,44); }

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