Html Css Color HEX #D8712D Tahiti Gold

📋 copy color: '#D8712D'

red 216 ◦ green 113 ◦ blue 45

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

Shades of Tahiti Gold #D8712D

Tints of Tahiti Gold #D8712D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.21%

 BLUE value IS 45 (17.97% from 255) = 12.03%

R = 57.75%
G = 30.21%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8712D (or 0xD8712D) is known color: Tahiti Gold. HEX triplet: D8, 71 and 2D. RGB value is (216,113,45). Sum of RGB (Red+Green+Blue) = 216+113+45=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D8712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8712D is #278ED2. Grayscale: #888888. Windows color (decimal): -2592467 or 2978264. OLE color: 2978264.

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

Color convert

RGB 216 113 45 -
CMYK 0 0.48 0.79 0.15
HSL 23.86º 0.69% 0.51% -
HSV(B) 23.86º 0.79% 0.85% -
XYZ 34.7 26.6 5.79 -
YUV 136.05 76.62 185.03 -
System Red Green Blue C M Y K H S L
Decimal 216 113 45 0 0.48 0.79 0.15 23.86 0.69 0.51
Hex D8 71 2D 0 30 4F F 18 45 33
Octal 330 161 55 0 60 117 17 30 105 63
Binary 11011000 1110001 101101 0 110000 1001111 1111 11000 1000101 110011

Color Harmonies of #D8712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8712D

Black with #D8712D

Text Example


Text Example

White with #D8712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8712D; }

 p { color: rgb(216,113,45); }

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

background-color css

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

 a { background-color: rgb(216,113,45); }

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

border-color css

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

 span { border-color: rgb(216,113,45); }

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