Html Css Color HEX #D3860D Gamboge

📋 copy color: '#D3860D'

red 211 ◦ green 134 ◦ blue 13

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

Shades of Gamboge #D3860D

Tints of Gamboge #D3860D

RGB

 RED value IS 211 (82.81% from 255) = 58.94%

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

 BLUE value IS 13 (5.47% from 255) = 3.63%

R = 58.94%
G = 37.43%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3860D (or 0xD3860D) is known color: Gamboge. HEX triplet: D3, 86 and 0D. RGB value is (211,134,13). Sum of RGB (Red+Green+Blue) = 211+134+13=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D3860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3860D is #2C79F2. Grayscale: #8F8F8F. Windows color (decimal): -2914803 or 886483. OLE color: 886483.

HSL color Cylindrical-coordinate representation of color #D3860D: hue angle of 36.67º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3860D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 134 13 -
CMYK 0 0.36 0.94 0.17
HSL 36.67º 0.88% 0.44% -
HSV(B) 36.67º 0.94% 0.83% -
XYZ 35.46 30.93 4.48 -
YUV 143.23 54.51 176.34 -
System Red Green Blue C M Y K H S L
Decimal 211 134 13 0 0.36 0.94 0.17 36.67 0.88 0.44
Hex D3 86 D 0 24 5E 11 25 58 2C
Octal 323 206 15 0 44 136 21 45 130 54
Binary 11010011 10000110 1101 0 100100 1011110 10001 100101 1011000 101100

Color Harmonies of #D3860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3860D

Black with #D3860D

Text Example


Text Example

White with #D3860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3860D; }

 p { color: rgb(211,134,13); }

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

background-color css

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

 a { background-color: rgb(211,134,13); }

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

border-color css

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

 span { border-color: rgb(211,134,13); }

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