Html Css Color HEX #D89416 Gamboge

📋 copy color: '#D89416'

red 216 ◦ green 148 ◦ blue 22

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

Shades of Gamboge #D89416

Tints of Gamboge #D89416

RGB

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

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

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

R = 55.96%
G = 38.34%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D89416 (or 0xD89416) is known color: Gamboge. HEX triplet: D8, 94 and 16. RGB value is (216,148,22). Sum of RGB (Red+Green+Blue) = 216+148+22=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D89416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89416 is #276BE9. Grayscale: #9A9A9A. Windows color (decimal): -2583530 or 1479896. OLE color: 1479896.

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

Color convert

RGB 216 148 22 -
CMYK 0 0.31 0.90 0.15
HSL 38.97º 0.82% 0.47% -
HSV(B) 38.97º 0.9% 0.85% -
XYZ 39.05 35.84 5.62 -
YUV 153.97 53.53 172.25 -
System Red Green Blue C M Y K H S L
Decimal 216 148 22 0 0.31 0.90 0.15 38.97 0.82 0.47
Hex D8 94 16 0 1F 5A F 27 52 2F
Octal 330 224 26 0 37 132 17 47 122 57
Binary 11011000 10010100 10110 0 11111 1011010 1111 100111 1010010 101111

Color Harmonies of #D89416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89416

Black with #D89416

Text Example


Text Example

White with #D89416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89416; }

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

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

background-color css

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

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

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

border-color css

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

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

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