Html Css Color HEX #D86E2A Tahiti Gold

📋 copy color: '#D86E2A'

red 216 ◦ green 110 ◦ blue 42

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

Shades of Tahiti Gold #D86E2A

Tints of Tahiti Gold #D86E2A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.89%

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

R = 58.7%
G = 29.89%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D86E2A (or 0xD86E2A) is known color: Tahiti Gold. HEX triplet: D8, 6E and 2A. RGB value is (216,110,42). Sum of RGB (Red+Green+Blue) = 216+110+42=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86E2A is #2791D5. Grayscale: #868686. Windows color (decimal): -2593238 or 2780888. OLE color: 2780888.

HSL color Cylindrical-coordinate representation of color #D86E2A: hue angle of 23.45º 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 #D86E2A is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 110 42 -
CMYK 0 0.49 0.81 0.15
HSL 23.45º 0.69% 0.51% -
HSV(B) 23.45º 0.81% 0.85% -
XYZ 34.31 25.92 5.38 -
YUV 133.94 76.12 186.53 -
System Red Green Blue C M Y K H S L
Decimal 216 110 42 0 0.49 0.81 0.15 23.45 0.69 0.51
Hex D8 6E 2A 0 31 51 F 17 45 33
Octal 330 156 52 0 61 121 17 27 105 63
Binary 11011000 1101110 101010 0 110001 1010001 1111 10111 1000101 110011

Color Harmonies of #D86E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86E2A

Black with #D86E2A

Text Example


Text Example

White with #D86E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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