Html Css Color HEX #D89412 Gamboge

📋 copy color: '#D89412'

red 216 ◦ green 148 ◦ blue 18

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

Shades of Gamboge #D89412

Tints of Gamboge #D89412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.74%

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

R = 56.54%
G = 38.74%
B = 4.71%

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

#D89412 (or 0xD89412) is known color: Gamboge. HEX triplet: D8, 94 and 12. RGB value is (216,148,18). Sum of RGB (Red+Green+Blue) = 216+148+18=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D89412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89412 is #276BED. Grayscale: #9A9A9A. Windows color (decimal): -2583534 or 1217752. OLE color: 1217752.

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

Color convert

RGB 216 148 18 -
CMYK 0 0.31 0.92 0.15
HSL 39.39º 0.85% 0.46% -
HSV(B) 39.39º 0.92% 0.85% -
XYZ 39.02 35.82 5.43 -
YUV 153.51 51.53 172.57 -
System Red Green Blue C M Y K H S L
Decimal 216 148 18 0 0.31 0.92 0.15 39.39 0.85 0.46
Hex D8 94 12 0 1F 5C F 27 55 2E
Octal 330 224 22 0 37 134 17 47 125 56
Binary 11011000 10010100 10010 0 11111 1011100 1111 100111 1010101 101110

Color Harmonies of #D89412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89412

Black with #D89412

Text Example


Text Example

White with #D89412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89412; }

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

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

background-color css

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

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

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

border-color css

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

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

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