Html Css Color HEX #D8752A Tahiti Gold

📋 copy color: '#D8752A'

red 216 ◦ green 117 ◦ blue 42

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

Shades of Tahiti Gold #D8752A

Tints of Tahiti Gold #D8752A

RGB

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

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

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

R = 57.6%
G = 31.2%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8752A (or 0xD8752A) is known color: Tahiti Gold. HEX triplet: D8, 75 and 2A. RGB value is (216,117,42). Sum of RGB (Red+Green+Blue) = 216+117+42=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8752A is #278AD5. Grayscale: #8A8A8A. Windows color (decimal): -2591446 or 2782680. OLE color: 2782680.

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

Color convert

RGB 216 117 42 -
CMYK 0 0.46 0.81 0.15
HSL 25.86º 0.69% 0.51% -
HSV(B) 25.86º 0.81% 0.85% -
XYZ 35.1 27.49 5.65 -
YUV 138.05 73.8 183.6 -
System Red Green Blue C M Y K H S L
Decimal 216 117 42 0 0.46 0.81 0.15 25.86 0.69 0.51
Hex D8 75 2A 0 2E 51 F 1A 45 33
Octal 330 165 52 0 56 121 17 32 105 63
Binary 11011000 1110101 101010 0 101110 1010001 1111 11010 1000101 110011

Color Harmonies of #D8752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8752A

Black with #D8752A

Text Example


Text Example

White with #D8752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8752A; }

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

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

background-color css

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

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

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

border-color css

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

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

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