Html Css Color HEX #D8870C Gamboge

📋 copy color: '#D8870C'

red 216 ◦ green 135 ◦ blue 12

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

Shades of Gamboge #D8870C

Tints of Gamboge #D8870C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 59.5%
G = 37.19%
B = 3.31%

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

#D8870C (or 0xD8870C) is known color: Gamboge. HEX triplet: D8, 87 and 0C. RGB value is (216,135,12). Sum of RGB (Red+Green+Blue) = 216+135+12=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8870C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8870C is #2778F3. Grayscale: #919191. Windows color (decimal): -2586868 or 821208. OLE color: 821208.

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

Color convert

RGB 216 135 12 -
CMYK 0 0.38 0.94 0.15
HSL 36.18º 0.89% 0.45% -
HSV(B) 36.18º 0.94% 0.85% -
XYZ 37.05 31.95 4.56 -
YUV 145.2 52.84 178.5 -
System Red Green Blue C M Y K H S L
Decimal 216 135 12 0 0.38 0.94 0.15 36.18 0.89 0.45
Hex D8 87 C 0 26 5E F 24 59 2D
Octal 330 207 14 0 46 136 17 44 131 55
Binary 11011000 10000111 1100 0 100110 1011110 1111 100100 1011001 101101

Color Harmonies of #D8870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8870C

Black with #D8870C

Text Example


Text Example

White with #D8870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8870C; }

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

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

background-color css

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

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

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

border-color css

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

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

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