Html Css Color HEX #D8752F Tahiti Gold

📋 copy color: '#D8752F'

red 216 ◦ green 117 ◦ blue 47

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

Shades of Tahiti Gold #D8752F

Tints of Tahiti Gold #D8752F

RGB

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

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

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

R = 56.84%
G = 30.79%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8752F (or 0xD8752F) is known color: Tahiti Gold. HEX triplet: D8, 75 and 2F. RGB value is (216,117,47). Sum of RGB (Red+Green+Blue) = 216+117+47=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8752F is #278AD0. Grayscale: #8A8A8A. Windows color (decimal): -2591441 or 3110360. OLE color: 3110360.

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

Color convert

RGB 216 117 47 -
CMYK 0 0.46 0.78 0.15
HSL 24.85º 0.68% 0.52% -
HSV(B) 24.85º 0.78% 0.85% -
XYZ 35.19 27.53 6.15 -
YUV 138.62 76.3 183.19 -
System Red Green Blue C M Y K H S L
Decimal 216 117 47 0 0.46 0.78 0.15 24.85 0.68 0.52
Hex D8 75 2F 0 2E 4E F 19 44 34
Octal 330 165 57 0 56 116 17 31 104 64
Binary 11011000 1110101 101111 0 101110 1001110 1111 11001 1000100 110100

Color Harmonies of #D8752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8752F

Black with #D8752F

Text Example


Text Example

White with #D8752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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