Html Css Color HEX #D5860E Gamboge

📋 copy color: '#D5860E'

red 213 ◦ green 134 ◦ blue 14

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

Shades of Gamboge #D5860E

Tints of Gamboge #D5860E

RGB

 RED value IS 213 (83.59% from 255) = 59%

 GREEN value IS 134 (52.73% from 255) = 37.12%

 BLUE value IS 14 (5.86% from 255) = 3.88%

R = 59%
G = 37.12%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5860E (or 0xD5860E) is known color: Gamboge. HEX triplet: D5, 86 and 0E. RGB value is (213,134,14). Sum of RGB (Red+Green+Blue) = 213+134+14=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5860E is #2A79F1. Grayscale: #909090. Windows color (decimal): -2783730 or 952021. OLE color: 952021.

HSL color Cylindrical-coordinate representation of color #D5860E: hue angle of 36.18º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5860E is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 134 14 -
CMYK 0 0.37 0.93 0.16
HSL 36.18º 0.88% 0.45% -
HSV(B) 36.18º 0.93% 0.84% -
XYZ 36.04 31.23 4.54 -
YUV 143.94 54.67 177.26 -
System Red Green Blue C M Y K H S L
Decimal 213 134 14 0 0.37 0.93 0.16 36.18 0.88 0.45
Hex D5 86 E 0 25 5D 10 24 58 2D
Octal 325 206 16 0 45 135 20 44 130 55
Binary 11010101 10000110 1110 0 100101 1011101 10000 100100 1011000 101101

Color Harmonies of #D5860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5860E

Black with #D5860E

Text Example


Text Example

White with #D5860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5860E; }

 p { color: rgb(213,134,14); }

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

background-color css

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

 a { background-color: rgb(213,134,14); }

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

border-color css

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

 span { border-color: rgb(213,134,14); }

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