Html Css Color HEX #D87528 Tahiti Gold

📋 copy color: '#D87528'

red 216 ◦ green 117 ◦ blue 40

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

Shades of Tahiti Gold #D87528

Tints of Tahiti Gold #D87528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.72%

R = 57.91%
G = 31.37%
B = 10.72%

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

#D87528 (or 0xD87528) is known color: Tahiti Gold. HEX triplet: D8, 75 and 28. RGB value is (216,117,40). Sum of RGB (Red+Green+Blue) = 216+117+40=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D87528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87528 is #278AD7. Grayscale: #8A8A8A. Windows color (decimal): -2591448 or 2651608. OLE color: 2651608.

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

Color convert

RGB 216 117 40 -
CMYK 0 0.46 0.81 0.15
HSL 26.25º 0.69% 0.5% -
HSV(B) 26.25º 0.81% 0.85% -
XYZ 35.06 27.47 5.46 -
YUV 137.82 72.8 183.76 -
System Red Green Blue C M Y K H S L
Decimal 216 117 40 0 0.46 0.81 0.15 26.25 0.69 0.5
Hex D8 75 28 0 2E 51 F 1A 45 32
Octal 330 165 50 0 56 121 17 32 105 62
Binary 11011000 1110101 101000 0 101110 1010001 1111 11010 1000101 110010

Color Harmonies of #D87528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87528

Black with #D87528

Text Example


Text Example

White with #D87528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87528; }

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

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

background-color css

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

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

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

border-color css

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

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

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