Html Css Color HEX #D89512 Gamboge

📋 copy color: '#D89512'

red 216 ◦ green 149 ◦ blue 18

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

Shades of Gamboge #D89512

Tints of Gamboge #D89512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

 BLUE value IS 18 (7.42% from 255) = 4.7%

R = 56.4%
G = 38.9%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D89512 (or 0xD89512) is known color: Gamboge. HEX triplet: D8, 95 and 12. RGB value is (216,149,18). Sum of RGB (Red+Green+Blue) = 216+149+18=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D89512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89512 is #276AED. Grayscale: #9A9A9A. Windows color (decimal): -2583278 or 1218008. OLE color: 1218008.

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

Color convert

RGB 216 149 18 -
CMYK 0 0.31 0.92 0.15
HSL 39.7º 0.85% 0.46% -
HSV(B) 39.7º 0.92% 0.85% -
XYZ 39.18 36.14 5.48 -
YUV 154.1 51.2 172.15 -
System Red Green Blue C M Y K H S L
Decimal 216 149 18 0 0.31 0.92 0.15 39.7 0.85 0.46
Hex D8 95 12 0 1F 5C F 28 55 2E
Octal 330 225 22 0 37 134 17 50 125 56
Binary 11011000 10010101 10010 0 11111 1011100 1111 101000 1010101 101110

Color Harmonies of #D89512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89512

Black with #D89512

Text Example


Text Example

White with #D89512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89512; }

 p { color: rgb(216,149,18); }

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

background-color css

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

 a { background-color: rgb(216,149,18); }

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

border-color css

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

 span { border-color: rgb(216,149,18); }

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