Html Css Color HEX #D8742F Tahiti Gold

📋 copy color: '#D8742F'

red 216 ◦ green 116 ◦ blue 47

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

Shades of Tahiti Gold #D8742F

Tints of Tahiti Gold #D8742F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.4%

R = 56.99%
G = 30.61%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8742F (or 0xD8742F) is known color: Tahiti Gold. HEX triplet: D8, 74 and 2F. RGB value is (216,116,47). Sum of RGB (Red+Green+Blue) = 216+116+47=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8742F is #278BD0. Grayscale: #8A8A8A. Windows color (decimal): -2591697 or 3110104. OLE color: 3110104.

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

Color convert

RGB 216 116 47 -
CMYK 0 0.46 0.78 0.15
HSL 24.5º 0.68% 0.52% -
HSV(B) 24.5º 0.78% 0.85% -
XYZ 35.08 27.29 6.11 -
YUV 138.03 76.63 183.61 -
System Red Green Blue C M Y K H S L
Decimal 216 116 47 0 0.46 0.78 0.15 24.5 0.68 0.52
Hex D8 74 2F 0 2E 4E F 18 44 34
Octal 330 164 57 0 56 116 17 30 104 64
Binary 11011000 1110100 101111 0 101110 1001110 1111 11000 1000100 110100

Color Harmonies of #D8742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8742F

Black with #D8742F

Text Example


Text Example

White with #D8742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8742F; }

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

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

background-color css

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

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

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

border-color css

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

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

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