#DF771B

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

Shades of Tahiti Gold #DF771B

Tints of Tahiti Gold #DF771B

Color information

#DF771B (or 0xDF771B) is unknown color: approx Tahiti Gold. HEX triplet: DF, 77 and 1B. RGB value is (223,119,27). Sum of RGB (Red+Green+Blue) = 223+119+27=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF771B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF771B is #2088E4. Grayscale: #8C8C8C. Windows color (decimal): -2132197 or 1800159. OLE color: 1800159.

HSL color Cylindrical-coordinate representation of color #DF771B: hue angle of 28.16º 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 #DF771B is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB22311927-
CMYK00.470.880.13
HSL28.16º78.4%49.02%-
HSV(B)28.16º87.89%87.45%-
XYZ37.2328.964.66-
YUV139.6164.46187.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.43%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 27 (10.94% from 255) = 7.32%
R=60.43%
G=32.25%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231192700.470.880.1328.1678.449.02
HexDF771B02F58D1c4e31
Octal33716733057130153411661
Binary11011111111011111011010111110110001101111001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF771B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF771B; }

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

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

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

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

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

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

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

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