Html Css Color HEX #D7742D Tahiti Gold

📋 copy color: '#D7742D'

red 215 ◦ green 116 ◦ blue 45

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

Shades of Tahiti Gold #D7742D

Tints of Tahiti Gold #D7742D

RGB

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

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

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

R = 57.18%
G = 30.85%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7742D (or 0xD7742D) is known color: Tahiti Gold. HEX triplet: D7, 74 and 2D. RGB value is (215,116,45). Sum of RGB (Red+Green+Blue) = 215+116+45=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7742D is #288BD2. Grayscale: #898989. Windows color (decimal): -2657235 or 2979031. OLE color: 2979031.

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

Color convert

RGB 215 116 45 -
CMYK 0 0.46 0.79 0.16
HSL 25.06º 0.68% 0.51% -
HSV(B) 25.06º 0.79% 0.84% -
XYZ 34.74 27.13 5.89 -
YUV 137.51 75.8 183.27 -
System Red Green Blue C M Y K H S L
Decimal 215 116 45 0 0.46 0.79 0.16 25.06 0.68 0.51
Hex D7 74 2D 0 2E 4F 10 19 44 33
Octal 327 164 55 0 56 117 20 31 104 63
Binary 11010111 1110100 101101 0 101110 1001111 10000 11001 1000100 110011

Color Harmonies of #D7742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7742D

Black with #D7742D

Text Example


Text Example

White with #D7742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7742D; }

 p { color: rgb(215,116,45); }

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

background-color css

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

 a { background-color: rgb(215,116,45); }

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

border-color css

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

 span { border-color: rgb(215,116,45); }

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