Html Css Color HEX #D8752E Tahiti Gold

📋 copy color: '#D8752E'

red 216 ◦ green 117 ◦ blue 46

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

Shades of Tahiti Gold #D8752E

Tints of Tahiti Gold #D8752E

RGB

 RED value IS 216 (84.77% from 255) = 56.99%

 GREEN value IS 117 (46.09% from 255) = 30.87%

 BLUE value IS 46 (18.36% from 255) = 12.14%

R = 56.99%
G = 30.87%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8752E (or 0xD8752E) is known color: Tahiti Gold. HEX triplet: D8, 75 and 2E. RGB value is (216,117,46). Sum of RGB (Red+Green+Blue) = 216+117+46=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8752E is #278AD1. Grayscale: #8A8A8A. Windows color (decimal): -2591442 or 3044824. OLE color: 3044824.

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

Color convert

RGB 216 117 46 -
CMYK 0 0.46 0.79 0.15
HSL 25.06º 0.69% 0.51% -
HSV(B) 25.06º 0.79% 0.85% -
XYZ 35.17 27.52 6.04 -
YUV 138.51 75.8 183.27 -
System Red Green Blue C M Y K H S L
Decimal 216 117 46 0 0.46 0.79 0.15 25.06 0.69 0.51
Hex D8 75 2E 0 2E 4F F 19 45 33
Octal 330 165 56 0 56 117 17 31 105 63
Binary 11011000 1110101 101110 0 101110 1001111 1111 11001 1000101 110011

Color Harmonies of #D8752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8752E

Black with #D8752E

Text Example


Text Example

White with #D8752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8752E; }

 p { color: rgb(216,117,46); }

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

background-color css

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

 a { background-color: rgb(216,117,46); }

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

border-color css

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

 span { border-color: rgb(216,117,46); }

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