Html Css Color HEX #D87D28 Tahiti Gold

📋 copy color: '#D87D28'

red 216 ◦ green 125 ◦ blue 40

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

Shades of Tahiti Gold #D87D28

Tints of Tahiti Gold #D87D28

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.81%

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

R = 56.69%
G = 32.81%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D87D28 (or 0xD87D28) is known color: Tahiti Gold. HEX triplet: D8, 7D and 28. RGB value is (216,125,40). Sum of RGB (Red+Green+Blue) = 216+125+40=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87D28 is #2782D7. Grayscale: #8E8E8E. Windows color (decimal): -2589400 or 2653656. OLE color: 2653656.

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

Color convert

RGB 216 125 40 -
CMYK 0 0.42 0.81 0.15
HSL 28.98º 0.69% 0.5% -
HSV(B) 28.98º 0.81% 0.85% -
XYZ 36.04 29.42 5.79 -
YUV 142.52 70.15 180.41 -
System Red Green Blue C M Y K H S L
Decimal 216 125 40 0 0.42 0.81 0.15 28.98 0.69 0.5
Hex D8 7D 28 0 2A 51 F 1D 45 32
Octal 330 175 50 0 52 121 17 35 105 62
Binary 11011000 1111101 101000 0 101010 1010001 1111 11101 1000101 110010

Color Harmonies of #D87D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87D28

Black with #D87D28

Text Example


Text Example

White with #D87D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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