Html Css Color HEX #D9860D Gamboge

📋 copy color: '#D9860D'

red 217 ◦ green 134 ◦ blue 13

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

Shades of Gamboge #D9860D

Tints of Gamboge #D9860D

RGB

 RED value IS 217 (85.16% from 255) = 59.62%

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

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

R = 59.62%
G = 36.81%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9860D (or 0xD9860D) is known color: Gamboge. HEX triplet: D9, 86 and 0D. RGB value is (217,134,13). Sum of RGB (Red+Green+Blue) = 217+134+13=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D9860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9860D is #2679F2. Grayscale: #919191. Windows color (decimal): -2521587 or 886489. OLE color: 886489.

HSL color Cylindrical-coordinate representation of color #D9860D: hue angle of 35.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9860D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 134 13 -
CMYK 0 0.38 0.94 0.15
HSL 35.59º 0.89% 0.45% -
HSV(B) 35.59º 0.94% 0.85% -
XYZ 37.21 31.83 4.56 -
YUV 145.02 53.5 179.34 -
System Red Green Blue C M Y K H S L
Decimal 217 134 13 0 0.38 0.94 0.15 35.59 0.89 0.45
Hex D9 86 D 0 26 5E F 24 59 2D
Octal 331 206 15 0 46 136 17 44 131 55
Binary 11011001 10000110 1101 0 100110 1011110 1111 100100 1011001 101101

Color Harmonies of #D9860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9860D

Black with #D9860D

Text Example


Text Example

White with #D9860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9860D; }

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

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

background-color css

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

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

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

border-color css

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

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

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