Html Css Color HEX #D9742F Tahiti Gold

📋 copy color: '#D9742F'

red 217 ◦ green 116 ◦ blue 47

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

Shades of Tahiti Gold #D9742F

Tints of Tahiti Gold #D9742F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.37%

R = 57.11%
G = 30.53%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9742F (or 0xD9742F) is known color: Tahiti Gold. HEX triplet: D9, 74 and 2F. RGB value is (217,116,47). Sum of RGB (Red+Green+Blue) = 217+116+47=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9742F is #268BD0. Grayscale: #8A8A8A. Windows color (decimal): -2526161 or 3110105. OLE color: 3110105.

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

Color convert

RGB 217 116 47 -
CMYK 0 0.47 0.78 0.15
HSL 24.35º 0.69% 0.52% -
HSV(B) 24.35º 0.78% 0.85% -
XYZ 35.37 27.45 6.12 -
YUV 138.33 76.46 184.11 -
System Red Green Blue C M Y K H S L
Decimal 217 116 47 0 0.47 0.78 0.15 24.35 0.69 0.52
Hex D9 74 2F 0 2F 4E F 18 45 34
Octal 331 164 57 0 57 116 17 30 105 64
Binary 11011001 1110100 101111 0 101111 1001110 1111 11000 1000101 110100

Color Harmonies of #D9742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9742F

Black with #D9742F

Text Example


Text Example

White with #D9742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9742F; }

 p { color: rgb(217,116,47); }

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

background-color css

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

 a { background-color: rgb(217,116,47); }

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

border-color css

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

 span { border-color: rgb(217,116,47); }

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