Html Css Color HEX #D86C25 Tahiti Gold

📋 copy color: '#D86C25'

red 216 ◦ green 108 ◦ blue 37

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

Shades of Tahiti Gold #D86C25

Tints of Tahiti Gold #D86C25

RGB

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

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

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

R = 59.83%
G = 29.92%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D86C25 (or 0xD86C25) is known color: Tahiti Gold. HEX triplet: D8, 6C and 25. RGB value is (216,108,37). Sum of RGB (Red+Green+Blue) = 216+108+37=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86C25 is #2793DA. Grayscale: #848484. Windows color (decimal): -2593755 or 2452696. OLE color: 2452696.

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

Color convert

RGB 216 108 37 -
CMYK 0 0.50 0.83 0.15
HSL 23.8º 0.71% 0.5% -
HSV(B) 23.8º 0.83% 0.85% -
XYZ 34.02 25.46 4.87 -
YUV 132.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 216 108 37 0 0.50 0.83 0.15 23.8 0.71 0.5
Hex D8 6C 25 0 32 53 F 18 47 32
Octal 330 154 45 0 62 123 17 30 107 62
Binary 11011000 1101100 100101 0 110010 1010011 1111 11000 1000111 110010

Color Harmonies of #D86C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C25

Black with #D86C25

Text Example


Text Example

White with #D86C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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