Html Css Color HEX #D89010 Gamboge

📋 copy color: '#D89010'

red 216 ◦ green 144 ◦ blue 16

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

Shades of Gamboge #D89010

Tints of Gamboge #D89010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.26%

R = 57.45%
G = 38.3%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D89010 (or 0xD89010) is known color: Gamboge. HEX triplet: D8, 90 and 10. RGB value is (216,144,16). Sum of RGB (Red+Green+Blue) = 216+144+16=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D89010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89010 is #276FEF. Grayscale: #979797. Windows color (decimal): -2584560 or 1085656. OLE color: 1085656.

HSL color Cylindrical-coordinate representation of color #D89010: hue angle of 38.4º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D89010 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 144 16 -
CMYK 0 0.33 0.93 0.15
HSL 38.4º 0.86% 0.45% -
HSV(B) 38.4º 0.93% 0.85% -
XYZ 38.39 34.58 5.14 -
YUV 150.94 51.85 174.41 -
System Red Green Blue C M Y K H S L
Decimal 216 144 16 0 0.33 0.93 0.15 38.4 0.86 0.45
Hex D8 90 10 0 21 5D F 26 56 2D
Octal 330 220 20 0 41 135 17 46 126 55
Binary 11011000 10010000 10000 0 100001 1011101 1111 100110 1010110 101101

Color Harmonies of #D89010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89010

Black with #D89010

Text Example


Text Example

White with #D89010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89010; }

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

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

background-color css

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

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

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

border-color css

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

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

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