Html Css Color HEX #D89110 Gamboge

📋 copy color: '#D89110'

red 216 ◦ green 145 ◦ blue 16

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

Shades of Gamboge #D89110

Tints of Gamboge #D89110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.24%

R = 57.29%
G = 38.46%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D89110 (or 0xD89110) is known color: Gamboge. HEX triplet: D8, 91 and 10. RGB value is (216,145,16). Sum of RGB (Red+Green+Blue) = 216+145+16=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D89110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89110 is #276EEF. Grayscale: #989898. Windows color (decimal): -2584304 or 1085912. OLE color: 1085912.

HSL color Cylindrical-coordinate representation of color #D89110: hue angle of 38.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D89110 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 145 16 -
CMYK 0 0.33 0.93 0.15
HSL 38.7º 0.86% 0.45% -
HSV(B) 38.7º 0.93% 0.85% -
XYZ 38.54 34.89 5.19 -
YUV 151.52 51.52 173.99 -
System Red Green Blue C M Y K H S L
Decimal 216 145 16 0 0.33 0.93 0.15 38.7 0.86 0.45
Hex D8 91 10 0 21 5D F 27 56 2D
Octal 330 221 20 0 41 135 17 47 126 55
Binary 11011000 10010001 10000 0 100001 1011101 1111 100111 1010110 101101

Color Harmonies of #D89110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89110

Black with #D89110

Text Example


Text Example

White with #D89110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89110; }

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

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

background-color css

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

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

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

border-color css

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

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

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