Html Css Color HEX #D8742A Tahiti Gold

📋 copy color: '#D8742A'

red 216 ◦ green 116 ◦ blue 42

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

Shades of Tahiti Gold #D8742A

Tints of Tahiti Gold #D8742A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.23%

R = 57.75%
G = 31.02%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8742A (or 0xD8742A) is known color: Tahiti Gold. HEX triplet: D8, 74 and 2A. RGB value is (216,116,42). Sum of RGB (Red+Green+Blue) = 216+116+42=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D8742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8742A is #278BD5. Grayscale: #898989. Windows color (decimal): -2591702 or 2782424. OLE color: 2782424.

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

Color convert

RGB 216 116 42 -
CMYK 0 0.46 0.81 0.15
HSL 25.52º 0.69% 0.51% -
HSV(B) 25.52º 0.81% 0.85% -
XYZ 34.98 27.26 5.61 -
YUV 137.46 74.13 184.02 -
System Red Green Blue C M Y K H S L
Decimal 216 116 42 0 0.46 0.81 0.15 25.52 0.69 0.51
Hex D8 74 2A 0 2E 51 F 1A 45 33
Octal 330 164 52 0 56 121 17 32 105 63
Binary 11011000 1110100 101010 0 101110 1010001 1111 11010 1000101 110011

Color Harmonies of #D8742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8742A

Black with #D8742A

Text Example


Text Example

White with #D8742A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8742A; }

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

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

background-color css

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

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

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

border-color css

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

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

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