Html Css Color HEX #D89100 Gamboge

📋 copy color: '#D89100'

red 216 ◦ green 145 ◦ blue 0

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

Shades of Gamboge #D89100

Tints of Gamboge #D89100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.83%
G = 40.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D89100 (or 0xD89100) is known color: Gamboge. HEX triplet: D8, 91 and 00. RGB value is (216,145,0). Sum of RGB (Red+Green+Blue) = 216+145+0=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D89100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89100 is #276EFF. Grayscale: #969696. Windows color (decimal): -2584320 or 37336. OLE color: 37336.

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

Color convert

RGB 216 145 0 -
CMYK 0 0.33 1 0.15
HSL 40.28º 1% 0.42% -
HSV(B) 40.28º 1% 0.85% -
XYZ 38.44 34.85 4.7 -
YUV 149.7 43.52 175.29 -
System Red Green Blue C M Y K H S L
Decimal 216 145 0 0 0.33 1 0.15 40.28 1 0.42
Hex D8 91 0 0 21 64 F 28 64 2A
Octal 330 221 0 0 41 144 17 50 144 52
Binary 11011000 10010001 0 0 100001 1100100 1111 101000 1100100 101010

Color Harmonies of #D89100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89100

Black with #D89100

Text Example


Text Example

White with #D89100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89100; }

 p { color: rgb(216,145,0); }

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

background-color css

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

 a { background-color: rgb(216,145,0); }

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

border-color css

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

 span { border-color: rgb(216,145,0); }

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