Html Css Color HEX #D87228 Tahiti Gold

📋 copy color: '#D87228'

red 216 ◦ green 114 ◦ blue 40

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

Shades of Tahiti Gold #D87228

Tints of Tahiti Gold #D87228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.81%

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

R = 58.38%
G = 30.81%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D87228 (or 0xD87228) is known color: Tahiti Gold. HEX triplet: D8, 72 and 28. RGB value is (216,114,40). Sum of RGB (Red+Green+Blue) = 216+114+40=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D87228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87228 is #278DD7. Grayscale: #888888. Windows color (decimal): -2592216 or 2650840. OLE color: 2650840.

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

Color convert

RGB 216 114 40 -
CMYK 0 0.47 0.81 0.15
HSL 25.23º 0.69% 0.5% -
HSV(B) 25.23º 0.81% 0.85% -
XYZ 34.72 26.79 5.35 -
YUV 136.06 73.79 185.02 -
System Red Green Blue C M Y K H S L
Decimal 216 114 40 0 0.47 0.81 0.15 25.23 0.69 0.5
Hex D8 72 28 0 2F 51 F 19 45 32
Octal 330 162 50 0 57 121 17 31 105 62
Binary 11011000 1110010 101000 0 101111 1010001 1111 11001 1000101 110010

Color Harmonies of #D87228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87228

Black with #D87228

Text Example


Text Example

White with #D87228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87228; }

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

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

background-color css

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

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

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

border-color css

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

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

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