Html Css Color HEX #D89016 Gamboge

📋 copy color: '#D89016'

red 216 ◦ green 144 ◦ blue 22

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

Shades of Gamboge #D89016

Tints of Gamboge #D89016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.7%

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

R = 56.54%
G = 37.7%
B = 5.76%

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

#D89016 (or 0xD89016) is known color: Gamboge. HEX triplet: D8, 90 and 16. RGB value is (216,144,22). Sum of RGB (Red+Green+Blue) = 216+144+22=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D89016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89016 is #276FE9. Grayscale: #989898. Windows color (decimal): -2584554 or 1478872. OLE color: 1478872.

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

Color convert

RGB 216 144 22 -
CMYK 0 0.33 0.90 0.15
HSL 37.73º 0.82% 0.47% -
HSV(B) 37.73º 0.9% 0.85% -
XYZ 38.44 34.6 5.41 -
YUV 151.62 54.85 173.92 -
System Red Green Blue C M Y K H S L
Decimal 216 144 22 0 0.33 0.90 0.15 37.73 0.82 0.47
Hex D8 90 16 0 21 5A F 26 52 2F
Octal 330 220 26 0 41 132 17 46 122 57
Binary 11011000 10010000 10110 0 100001 1011010 1111 100110 1010010 101111

Color Harmonies of #D89016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89016

Black with #D89016

Text Example


Text Example

White with #D89016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89016; }

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

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

background-color css

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

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

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

border-color css

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

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

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