Html Css Color HEX #D5860D Gamboge

📋 copy color: '#D5860D'

red 213 ◦ green 134 ◦ blue 13

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

Shades of Gamboge #D5860D

Tints of Gamboge #D5860D

RGB

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

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

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

R = 59.17%
G = 37.22%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5860D (or 0xD5860D) is known color: Gamboge. HEX triplet: D5, 86 and 0D. RGB value is (213,134,13). Sum of RGB (Red+Green+Blue) = 213+134+13=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5860D is #2A79F2. Grayscale: #909090. Windows color (decimal): -2783731 or 886485. OLE color: 886485.

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

Color convert

RGB 213 134 13 -
CMYK 0 0.37 0.94 0.16
HSL 36.3º 0.88% 0.44% -
HSV(B) 36.3º 0.94% 0.84% -
XYZ 36.04 31.23 4.51 -
YUV 143.83 54.17 177.34 -
System Red Green Blue C M Y K H S L
Decimal 213 134 13 0 0.37 0.94 0.16 36.3 0.88 0.44
Hex D5 86 D 0 25 5E 10 24 58 2C
Octal 325 206 15 0 45 136 20 44 130 54
Binary 11010101 10000110 1101 0 100101 1011110 10000 100100 1011000 101100

Color Harmonies of #D5860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5860D

Black with #D5860D

Text Example


Text Example

White with #D5860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5860D; }

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

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

background-color css

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

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

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

border-color css

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

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

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