Html Css Color HEX #D9712D Tahiti Gold

📋 copy color: '#D9712D'

red 217 ◦ green 113 ◦ blue 45

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

Shades of Tahiti Gold #D9712D

Tints of Tahiti Gold #D9712D

RGB

 RED value IS 217 (85.16% from 255) = 57.87%

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

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

R = 57.87%
G = 30.13%
B = 12%

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

#D9712D (or 0xD9712D) is known color: Tahiti Gold. HEX triplet: D9, 71 and 2D. RGB value is (217,113,45). Sum of RGB (Red+Green+Blue) = 217+113+45=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D9712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9712D is #268ED2. Grayscale: #888888. Windows color (decimal): -2526931 or 2978265. OLE color: 2978265.

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

Color convert

RGB 217 113 45 -
CMYK 0 0.48 0.79 0.15
HSL 23.72º 0.69% 0.51% -
HSV(B) 23.72º 0.79% 0.85% -
XYZ 34.99 26.75 5.8 -
YUV 136.34 76.46 185.53 -
System Red Green Blue C M Y K H S L
Decimal 217 113 45 0 0.48 0.79 0.15 23.72 0.69 0.51
Hex D9 71 2D 0 30 4F F 18 45 33
Octal 331 161 55 0 60 117 17 30 105 63
Binary 11011001 1110001 101101 0 110000 1001111 1111 11000 1000101 110011

Color Harmonies of #D9712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9712D

Black with #D9712D

Text Example


Text Example

White with #D9712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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