Html Css Color HEX #D6870E Gamboge

📋 copy color: '#D6870E'

red 214 ◦ green 135 ◦ blue 14

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

Shades of Gamboge #D6870E

Tints of Gamboge #D6870E

RGB

 RED value IS 214 (83.98% from 255) = 58.95%

 GREEN value IS 135 (53.13% from 255) = 37.19%

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

R = 58.95%
G = 37.19%
B = 3.86%

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

#D6870E (or 0xD6870E) is known color: Gamboge. HEX triplet: D6, 87 and 0E. RGB value is (214,135,14). Sum of RGB (Red+Green+Blue) = 214+135+14=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6870E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6870E is #2978F1. Grayscale: #919191. Windows color (decimal): -2717938 or 952278. OLE color: 952278.

HSL color Cylindrical-coordinate representation of color #D6870E: hue angle of 36.3º 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 #D6870E is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 135 14 -
CMYK 0 0.37 0.93 0.16
HSL 36.3º 0.88% 0.45% -
HSV(B) 36.3º 0.93% 0.84% -
XYZ 36.47 31.66 4.6 -
YUV 144.83 54.17 177.34 -
System Red Green Blue C M Y K H S L
Decimal 214 135 14 0 0.37 0.93 0.16 36.3 0.88 0.45
Hex D6 87 E 0 25 5D 10 24 58 2D
Octal 326 207 16 0 45 135 20 44 130 55
Binary 11010110 10000111 1110 0 100101 1011101 10000 100100 1011000 101101

Color Harmonies of #D6870E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6870E

Black with #D6870E

Text Example


Text Example

White with #D6870E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6870E; }

 p { color: rgb(214,135,14); }

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

background-color css

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

 a { background-color: rgb(214,135,14); }

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

border-color css

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

 span { border-color: rgb(214,135,14); }

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