Html Css Color HEX #D8870D Gamboge

📋 copy color: '#D8870D'

red 216 ◦ green 135 ◦ blue 13

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

Shades of Gamboge #D8870D

Tints of Gamboge #D8870D

RGB

 RED value IS 216 (84.77% from 255) = 59.34%

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

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

R = 59.34%
G = 37.09%
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

#D8870D (or 0xD8870D) is known color: Gamboge. HEX triplet: D8, 87 and 0D. RGB value is (216,135,13). Sum of RGB (Red+Green+Blue) = 216+135+13=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D8870D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8870D is #2778F2. Grayscale: #919191. Windows color (decimal): -2586867 or 886744. OLE color: 886744.

HSL color Cylindrical-coordinate representation of color #D8870D: hue angle of 36.06º 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 #D8870D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 135 13 -
CMYK 0 0.38 0.94 0.15
HSL 36.06º 0.89% 0.45% -
HSV(B) 36.06º 0.94% 0.85% -
XYZ 37.06 31.96 4.6 -
YUV 145.31 53.34 178.42 -
System Red Green Blue C M Y K H S L
Decimal 216 135 13 0 0.38 0.94 0.15 36.06 0.89 0.45
Hex D8 87 D 0 26 5E F 24 59 2D
Octal 330 207 15 0 46 136 17 44 131 55
Binary 11011000 10000111 1101 0 100110 1011110 1111 100100 1011001 101101

Color Harmonies of #D8870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8870D

Black with #D8870D

Text Example


Text Example

White with #D8870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8870D; }

 p { color: rgb(216,135,13); }

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

background-color css

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

 a { background-color: rgb(216,135,13); }

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

border-color css

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

 span { border-color: rgb(216,135,13); }

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