Html Css Color HEX #D89215 Gamboge

📋 copy color: '#D89215'

red 216 ◦ green 146 ◦ blue 21

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

Shades of Gamboge #D89215

Tints of Gamboge #D89215

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.12%

 BLUE value IS 21 (8.59% from 255) = 5.48%

R = 56.4%
G = 38.12%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D89215 (or 0xD89215) is known color: Gamboge. HEX triplet: D8, 92 and 15. RGB value is (216,146,21). Sum of RGB (Red+Green+Blue) = 216+146+21=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D89215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89215 is #276DEA. Grayscale: #999999. Windows color (decimal): -2584043 or 1413848. OLE color: 1413848.

HSL color Cylindrical-coordinate representation of color #D89215: hue angle of 38.46º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D89215 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 146 21 -
CMYK 0 0.32 0.90 0.15
HSL 38.46º 0.82% 0.46% -
HSV(B) 38.46º 0.9% 0.85% -
XYZ 38.73 35.21 5.46 -
YUV 152.68 53.69 173.16 -
System Red Green Blue C M Y K H S L
Decimal 216 146 21 0 0.32 0.90 0.15 38.46 0.82 0.46
Hex D8 92 15 0 20 5A F 26 52 2E
Octal 330 222 25 0 40 132 17 46 122 56
Binary 11011000 10010010 10101 0 100000 1011010 1111 100110 1010010 101110

Color Harmonies of #D89215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89215

Black with #D89215

Text Example


Text Example

White with #D89215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89215; }

 p { color: rgb(216,146,21); }

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

background-color css

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

 a { background-color: rgb(216,146,21); }

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

border-color css

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

 span { border-color: rgb(216,146,21); }

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