Html Css Color HEX #D89211 Gamboge

📋 copy color: '#D89211'

red 216 ◦ green 146 ◦ blue 17

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

Shades of Gamboge #D89211

Tints of Gamboge #D89211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

 BLUE value IS 17 (7.03% from 255) = 4.49%

R = 56.99%
G = 38.52%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D89211 (or 0xD89211) is known color: Gamboge. HEX triplet: D8, 92 and 11. RGB value is (216,146,17). Sum of RGB (Red+Green+Blue) = 216+146+17=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D89211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89211 is #276DEE. Grayscale: #989898. Windows color (decimal): -2584047 or 1151704. OLE color: 1151704.

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

Color convert

RGB 216 146 17 -
CMYK 0 0.32 0.92 0.15
HSL 38.89º 0.85% 0.46% -
HSV(B) 38.89º 0.92% 0.85% -
XYZ 38.7 35.2 5.28 -
YUV 152.22 51.69 173.49 -
System Red Green Blue C M Y K H S L
Decimal 216 146 17 0 0.32 0.92 0.15 38.89 0.85 0.46
Hex D8 92 11 0 20 5C F 27 55 2E
Octal 330 222 21 0 40 134 17 47 125 56
Binary 11011000 10010010 10001 0 100000 1011100 1111 100111 1010101 101110

Color Harmonies of #D89211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89211

Black with #D89211

Text Example


Text Example

White with #D89211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89211; }

 p { color: rgb(216,146,17); }

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

background-color css

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

 a { background-color: rgb(216,146,17); }

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

border-color css

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

 span { border-color: rgb(216,146,17); }

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