Html Css Color HEX #D9742A Tahiti Gold

📋 copy color: '#D9742A'

red 217 ◦ green 116 ◦ blue 42

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

Shades of Tahiti Gold #D9742A

Tints of Tahiti Gold #D9742A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.2%

R = 57.87%
G = 30.93%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9742A (or 0xD9742A) is known color: Tahiti Gold. HEX triplet: D9, 74 and 2A. RGB value is (217,116,42). Sum of RGB (Red+Green+Blue) = 217+116+42=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D9742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9742A is #268BD5. Grayscale: #8A8A8A. Windows color (decimal): -2526166 or 2782425. OLE color: 2782425.

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

Color convert

RGB 217 116 42 -
CMYK 0 0.47 0.81 0.15
HSL 25.37º 0.7% 0.51% -
HSV(B) 25.37º 0.81% 0.85% -
XYZ 35.28 27.41 5.62 -
YUV 137.76 73.96 184.52 -
System Red Green Blue C M Y K H S L
Decimal 217 116 42 0 0.47 0.81 0.15 25.37 0.7 0.51
Hex D9 74 2A 0 2F 51 F 19 46 33
Octal 331 164 52 0 57 121 17 31 106 63
Binary 11011001 1110100 101010 0 101111 1010001 1111 11001 1000110 110011

Color Harmonies of #D9742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9742A

Black with #D9742A

Text Example


Text Example

White with #D9742A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9742A; }

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

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

background-color css

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

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

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

border-color css

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

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

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