Html Css Color HEX #D89F16 Gamboge

📋 copy color: '#D89F16'

red 216 ◦ green 159 ◦ blue 22

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

Shades of Gamboge #D89F16

Tints of Gamboge #D89F16

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.05%

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

R = 54.41%
G = 40.05%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D89F16 (or 0xD89F16) is known color: Gamboge. HEX triplet: D8, 9F and 16. RGB value is (216,159,22). Sum of RGB (Red+Green+Blue) = 216+159+22=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89F16 is #2760E9. Grayscale: #A1A1A1. Windows color (decimal): -2580714 or 1482712. OLE color: 1482712.

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

Color convert

RGB 216 159 22 -
CMYK 0 0.26 0.90 0.15
HSL 42.37º 0.82% 0.47% -
HSV(B) 42.37º 0.9% 0.85% -
XYZ 40.86 39.45 6.22 -
YUV 160.43 49.88 167.64 -
System Red Green Blue C M Y K H S L
Decimal 216 159 22 0 0.26 0.90 0.15 42.37 0.82 0.47
Hex D8 9F 16 0 1A 5A F 2A 52 2F
Octal 330 237 26 0 32 132 17 52 122 57
Binary 11011000 10011111 10110 0 11010 1011010 1111 101010 1010010 101111

Color Harmonies of #D89F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89F16

Black with #D89F16

Text Example


Text Example

White with #D89F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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