Html Css Color HEX #D89116 Gamboge

📋 copy color: '#D89116'

red 216 ◦ green 145 ◦ blue 22

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

Shades of Gamboge #D89116

Tints of Gamboge #D89116

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

 BLUE value IS 22 (8.98% from 255) = 5.74%

R = 56.4%
G = 37.86%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D89116 (or 0xD89116) is known color: Gamboge. HEX triplet: D8, 91 and 16. RGB value is (216,145,22). Sum of RGB (Red+Green+Blue) = 216+145+22=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D89116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89116 is #276EE9. Grayscale: #989898. Windows color (decimal): -2584298 or 1479128. OLE color: 1479128.

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

Color convert

RGB 216 145 22 -
CMYK 0 0.33 0.90 0.15
HSL 38.04º 0.82% 0.47% -
HSV(B) 38.04º 0.9% 0.85% -
XYZ 38.59 34.91 5.46 -
YUV 152.21 54.52 173.5 -
System Red Green Blue C M Y K H S L
Decimal 216 145 22 0 0.33 0.90 0.15 38.04 0.82 0.47
Hex D8 91 16 0 21 5A F 26 52 2F
Octal 330 221 26 0 41 132 17 46 122 57
Binary 11011000 10010001 10110 0 100001 1011010 1111 100110 1010010 101111

Color Harmonies of #D89116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89116

Black with #D89116

Text Example


Text Example

White with #D89116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89116; }

 p { color: rgb(216,145,22); }

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

background-color css

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

 a { background-color: rgb(216,145,22); }

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

border-color css

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

 span { border-color: rgb(216,145,22); }

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