Html Css Color HEX #D7712C Tahiti Gold

📋 copy color: '#D7712C'

red 215 ◦ green 113 ◦ blue 44

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

Shades of Tahiti Gold #D7712C

Tints of Tahiti Gold #D7712C

RGB

 RED value IS 215 (84.38% from 255) = 57.8%

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

 BLUE value IS 44 (17.58% from 255) = 11.83%

R = 57.8%
G = 30.38%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7712C (or 0xD7712C) is known color: Tahiti Gold. HEX triplet: D7, 71 and 2C. RGB value is (215,113,44). Sum of RGB (Red+Green+Blue) = 215+113+44=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D7712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7712C is #288ED3. Grayscale: #888888. Windows color (decimal): -2658004 or 2912727. OLE color: 2912727.

HSL color Cylindrical-coordinate representation of color #D7712C: hue angle of 24.21º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7712C is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 113 44 -
CMYK 0 0.47 0.80 0.16
HSL 24.21º 0.68% 0.51% -
HSV(B) 24.21º 0.8% 0.84% -
XYZ 34.38 26.44 5.67 -
YUV 135.63 76.29 184.61 -
System Red Green Blue C M Y K H S L
Decimal 215 113 44 0 0.47 0.80 0.16 24.21 0.68 0.51
Hex D7 71 2C 0 2F 50 10 18 44 33
Octal 327 161 54 0 57 120 20 30 104 63
Binary 11010111 1110001 101100 0 101111 1010000 10000 11000 1000100 110011

Color Harmonies of #D7712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7712C

Black with #D7712C

Text Example


Text Example

White with #D7712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7712C; }

 p { color: rgb(215,113,44); }

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

background-color css

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

 a { background-color: rgb(215,113,44); }

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

border-color css

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

 span { border-color: rgb(215,113,44); }

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