Html Css Color HEX #D9742B Tahiti Gold

📋 copy color: '#D9742B'

red 217 ◦ green 116 ◦ blue 43

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

Shades of Tahiti Gold #D9742B

Tints of Tahiti Gold #D9742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.44%

R = 57.71%
G = 30.85%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9742B (or 0xD9742B) is known color: Tahiti Gold. HEX triplet: D9, 74 and 2B. RGB value is (217,116,43). Sum of RGB (Red+Green+Blue) = 217+116+43=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9742B is #268BD4. Grayscale: #8A8A8A. Windows color (decimal): -2526165 or 2847961. OLE color: 2847961.

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

Color convert

RGB 217 116 43 -
CMYK 0 0.47 0.80 0.15
HSL 25.17º 0.7% 0.51% -
HSV(B) 25.17º 0.8% 0.85% -
XYZ 35.3 27.42 5.72 -
YUV 137.88 74.46 184.44 -
System Red Green Blue C M Y K H S L
Decimal 217 116 43 0 0.47 0.80 0.15 25.17 0.7 0.51
Hex D9 74 2B 0 2F 50 F 19 46 33
Octal 331 164 53 0 57 120 17 31 106 63
Binary 11011001 1110100 101011 0 101111 1010000 1111 11001 1000110 110011

Color Harmonies of #D9742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9742B

Black with #D9742B

Text Example


Text Example

White with #D9742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9742B; }

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

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

background-color css

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

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

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

border-color css

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

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

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