#DF7D1B

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

Shades of Tahiti Gold #DF7D1B

Tints of Tahiti Gold #DF7D1B

Color information

#DF7D1B (or 0xDF7D1B) is unknown color: approx Tahiti Gold. HEX triplet: DF, 7D and 1B. RGB value is (223,125,27). Sum of RGB (Red+Green+Blue) = 223+125+27=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7D1B is #2082E4. Grayscale: #8F8F8F. Windows color (decimal): -2130661 or 1801695. OLE color: 1801695.

HSL color Cylindrical-coordinate representation of color #DF7D1B: hue angle of 30º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF7D1B is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB22312527-
CMYK00.440.880.13
HSL30º78.4%49.02%-
HSV(B)30º87.89%87.45%-
XYZ37.9630.434.91-
YUV143.1362.47184.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 59.47%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 27 (10.94% from 255) = 7.2%
R=59.47%
G=33.33%
B=7.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231252700.440.880.133078.449.02
HexDF7D1B02C58D1e4e31
Octal33717533054130153611661
Binary11011111111110111011010110010110001101111101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D1B; }

 p { color: rgb(223,125,27); }

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

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

 a { background-color: rgb(223,125,27); }

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

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

 span { border-color: rgb(223,125,27); }

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