Html Css Color HEX #D86D25 Tahiti Gold

📋 copy color: '#D86D25'

red 216 ◦ green 109 ◦ blue 37

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

Shades of Tahiti Gold #D86D25

Tints of Tahiti Gold #D86D25

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.11%

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

R = 59.67%
G = 30.11%
B = 10.22%

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

#D86D25 (or 0xD86D25) is known color: Tahiti Gold. HEX triplet: D8, 6D and 25. RGB value is (216,109,37). Sum of RGB (Red+Green+Blue) = 216+109+37=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D25 is #2792DA. Grayscale: #858585. Windows color (decimal): -2593499 or 2452952. OLE color: 2452952.

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

Color convert

RGB 216 109 37 -
CMYK 0 0.50 0.83 0.15
HSL 24.13º 0.71% 0.5% -
HSV(B) 24.13º 0.83% 0.85% -
XYZ 34.12 25.67 4.91 -
YUV 132.79 73.95 187.35 -
System Red Green Blue C M Y K H S L
Decimal 216 109 37 0 0.50 0.83 0.15 24.13 0.71 0.5
Hex D8 6D 25 0 32 53 F 18 47 32
Octal 330 155 45 0 62 123 17 30 107 62
Binary 11011000 1101101 100101 0 110010 1010011 1111 11000 1000111 110010

Color Harmonies of #D86D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D25

Black with #D86D25

Text Example


Text Example

White with #D86D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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