Html Css Color HEX #D8890C Gamboge

📋 copy color: '#D8890C'

red 216 ◦ green 137 ◦ blue 12

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

Shades of Gamboge #D8890C

Tints of Gamboge #D8890C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.53%

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

R = 59.18%
G = 37.53%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8890C (or 0xD8890C) is known color: Gamboge. HEX triplet: D8, 89 and 0C. RGB value is (216,137,12). Sum of RGB (Red+Green+Blue) = 216+137+12=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8890C is #2776F3. Grayscale: #929292. Windows color (decimal): -2586356 or 821720. OLE color: 821720.

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

Color convert

RGB 216 137 12 -
CMYK 0 0.37 0.94 0.15
HSL 36.76º 0.89% 0.45% -
HSV(B) 36.76º 0.94% 0.85% -
XYZ 37.33 32.52 4.66 -
YUV 146.37 52.17 177.66 -
System Red Green Blue C M Y K H S L
Decimal 216 137 12 0 0.37 0.94 0.15 36.76 0.89 0.45
Hex D8 89 C 0 25 5E F 25 59 2D
Octal 330 211 14 0 45 136 17 45 131 55
Binary 11011000 10001001 1100 0 100101 1011110 1111 100101 1011001 101101

Color Harmonies of #D8890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8890C

Black with #D8890C

Text Example


Text Example

White with #D8890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8890C; }

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

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

background-color css

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

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

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

border-color css

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

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

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