Html Css Color HEX #D7870D Gamboge

📋 copy color: '#D7870D'

red 215 ◦ green 135 ◦ blue 13

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

Shades of Gamboge #D7870D

Tints of Gamboge #D7870D

RGB

 RED value IS 215 (84.38% from 255) = 59.23%

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

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

R = 59.23%
G = 37.19%
B = 3.58%

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

#D7870D (or 0xD7870D) is known color: Gamboge. HEX triplet: D7, 87 and 0D. RGB value is (215,135,13). Sum of RGB (Red+Green+Blue) = 215+135+13=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7870D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7870D is #2878F2. Grayscale: #919191. Windows color (decimal): -2652403 or 886743. OLE color: 886743.

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

Color convert

RGB 215 135 13 -
CMYK 0 0.37 0.94 0.16
HSL 36.24º 0.89% 0.45% -
HSV(B) 36.24º 0.94% 0.84% -
XYZ 36.76 31.8 4.58 -
YUV 145.01 53.5 177.92 -
System Red Green Blue C M Y K H S L
Decimal 215 135 13 0 0.37 0.94 0.16 36.24 0.89 0.45
Hex D7 87 D 0 25 5E 10 24 59 2D
Octal 327 207 15 0 45 136 20 44 131 55
Binary 11010111 10000111 1101 0 100101 1011110 10000 100100 1011001 101101

Color Harmonies of #D7870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7870D

Black with #D7870D

Text Example


Text Example

White with #D7870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7870D; }

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

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

background-color css

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

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

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

border-color css

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

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

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