Html Css Color HEX #D87325 Tahiti Gold

📋 copy color: '#D87325'

red 216 ◦ green 115 ◦ blue 37

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

Shades of Tahiti Gold #D87325

Tints of Tahiti Gold #D87325

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.25%

 BLUE value IS 37 (14.84% from 255) = 10.05%

R = 58.7%
G = 31.25%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D87325 (or 0xD87325) is known color: Tahiti Gold. HEX triplet: D8, 73 and 25. RGB value is (216,115,37). Sum of RGB (Red+Green+Blue) = 216+115+37=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D87325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87325 is #278CDA. Grayscale: #888888. Windows color (decimal): -2591963 or 2454488. OLE color: 2454488.

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

Color convert

RGB 216 115 37 -
CMYK 0 0.47 0.83 0.15
HSL 26.15º 0.71% 0.5% -
HSV(B) 26.15º 0.83% 0.85% -
XYZ 34.78 26.99 5.13 -
YUV 136.31 71.96 184.84 -
System Red Green Blue C M Y K H S L
Decimal 216 115 37 0 0.47 0.83 0.15 26.15 0.71 0.5
Hex D8 73 25 0 2F 53 F 1A 47 32
Octal 330 163 45 0 57 123 17 32 107 62
Binary 11011000 1110011 100101 0 101111 1010011 1111 11010 1000111 110010

Color Harmonies of #D87325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87325

Black with #D87325

Text Example


Text Example

White with #D87325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87325; }

 p { color: rgb(216,115,37); }

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

background-color css

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

 a { background-color: rgb(216,115,37); }

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

border-color css

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

 span { border-color: rgb(216,115,37); }

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