Html Css Color HEX #D89C13 Gamboge

📋 copy color: '#D89C13'

red 216 ◦ green 156 ◦ blue 19

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

Shades of Gamboge #D89C13

Tints of Gamboge #D89C13

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.9%

 BLUE value IS 19 (7.81% from 255) = 4.86%

R = 55.24%
G = 39.9%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D89C13 (or 0xD89C13) is known color: Gamboge. HEX triplet: D8, 9C and 13. RGB value is (216,156,19). Sum of RGB (Red+Green+Blue) = 216+156+19=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89C13 is #2763EC. Grayscale: #9E9E9E. Windows color (decimal): -2581485 or 1285336. OLE color: 1285336.

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

Color convert

RGB 216 156 19 -
CMYK 0 0.28 0.91 0.15
HSL 41.73º 0.84% 0.46% -
HSV(B) 41.73º 0.91% 0.85% -
XYZ 40.32 38.42 5.91 -
YUV 158.32 49.38 169.14 -
System Red Green Blue C M Y K H S L
Decimal 216 156 19 0 0.28 0.91 0.15 41.73 0.84 0.46
Hex D8 9C 13 0 1C 5B F 2A 54 2E
Octal 330 234 23 0 34 133 17 52 124 56
Binary 11011000 10011100 10011 0 11100 1011011 1111 101010 1010100 101110

Color Harmonies of #D89C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C13

Black with #D89C13

Text Example


Text Example

White with #D89C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C13; }

 p { color: rgb(216,156,19); }

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

background-color css

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

 a { background-color: rgb(216,156,19); }

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

border-color css

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

 span { border-color: rgb(216,156,19); }

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