Html Css Color HEX #D86C28 Tahiti Gold

📋 copy color: '#D86C28'

red 216 ◦ green 108 ◦ blue 40

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

Shades of Tahiti Gold #D86C28

Tints of Tahiti Gold #D86C28

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

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

R = 59.34%
G = 29.67%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D86C28 (or 0xD86C28) is known color: Tahiti Gold. HEX triplet: D8, 6C and 28. RGB value is (216,108,40). Sum of RGB (Red+Green+Blue) = 216+108+40=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86C28 is #2793D7. Grayscale: #848484. Windows color (decimal): -2593752 or 2649304. OLE color: 2649304.

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

Color convert

RGB 216 108 40 -
CMYK 0 0.50 0.81 0.15
HSL 23.18º 0.69% 0.5% -
HSV(B) 23.18º 0.81% 0.85% -
XYZ 34.06 25.48 5.13 -
YUV 132.54 75.78 187.53 -
System Red Green Blue C M Y K H S L
Decimal 216 108 40 0 0.50 0.81 0.15 23.18 0.69 0.5
Hex D8 6C 28 0 32 51 F 17 45 32
Octal 330 154 50 0 62 121 17 27 105 62
Binary 11011000 1101100 101000 0 110010 1010001 1111 10111 1000101 110010

Color Harmonies of #D86C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C28

Black with #D86C28

Text Example


Text Example

White with #D86C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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