Html Css Color HEX #D8741F Tahiti Gold

📋 copy color: '#D8741F'

red 216 ◦ green 116 ◦ blue 31

#D8741F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahiti Gold #D8741F

Tints of Tahiti Gold #D8741F

RGB

 RED value IS 216 (84.77% from 255) = 59.5%

 GREEN value IS 116 (45.7% from 255) = 31.96%

 BLUE value IS 31 (12.5% from 255) = 8.54%

R = 59.5%
G = 31.96%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8741F (or 0xD8741F) is known color: Tahiti Gold. HEX triplet: D8, 74 and 1F. RGB value is (216,116,31). Sum of RGB (Red+Green+Blue) = 216+116+31=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8741F is #278BE0. Grayscale: #888888. Windows color (decimal): -2591713 or 2061528. OLE color: 2061528.

HSL color Cylindrical-coordinate representation of color #D8741F: hue angle of 27.57º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8741F is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 116 31 -
CMYK 0 0.46 0.86 0.15
HSL 27.57º 0.75% 0.48% -
HSV(B) 27.57º 0.86% 0.85% -
XYZ 34.81 27.19 4.71 -
YUV 136.21 68.63 184.91 -
System Red Green Blue C M Y K H S L
Decimal 216 116 31 0 0.46 0.86 0.15 27.57 0.75 0.48
Hex D8 74 1F 0 2E 56 F 1C 4B 30
Octal 330 164 37 0 56 126 17 34 113 60
Binary 11011000 1110100 11111 0 101110 1010110 1111 11100 1001011 110000

Color Harmonies of #D8741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8741F

Black with #D8741F

Text Example


Text Example

White with #D8741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8741F; }

 p { color: rgb(216,116,31); }

 H1.HeaderClassName
 {
   color: #D8741F;
 }
 .AnyTagClassName
 {
   color: #D8741F;
 }
</style>

background-color css

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

 a { background-color: rgb(216,116,31); }

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

border-color css

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

 span { border-color: rgb(216,116,31); }

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