Html Css Color HEX #D89914 Gamboge

📋 copy color: '#D89914'

red 216 ◦ green 153 ◦ blue 20

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

Shades of Gamboge #D89914

Tints of Gamboge #D89914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.33%

 BLUE value IS 20 (8.2% from 255) = 5.14%

R = 55.53%
G = 39.33%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D89914 (or 0xD89914) is known color: Gamboge. HEX triplet: D8, 99 and 14. RGB value is (216,153,20). Sum of RGB (Red+Green+Blue) = 216+153+20=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D89914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89914 is #2766EB. Grayscale: #9D9D9D. Windows color (decimal): -2582252 or 1350104. OLE color: 1350104.

HSL color Cylindrical-coordinate representation of color #D89914: hue angle of 40.71º degrees, saturation: 0.83, 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 #D89914 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 153 20 -
CMYK 0 0.29 0.91 0.15
HSL 40.71º 0.83% 0.46% -
HSV(B) 40.71º 0.91% 0.85% -
XYZ 39.84 37.43 5.79 -
YUV 156.68 50.87 170.31 -
System Red Green Blue C M Y K H S L
Decimal 216 153 20 0 0.29 0.91 0.15 40.71 0.83 0.46
Hex D8 99 14 0 1D 5B F 29 53 2E
Octal 330 231 24 0 35 133 17 51 123 56
Binary 11011000 10011001 10100 0 11101 1011011 1111 101001 1010011 101110

Color Harmonies of #D89914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89914

Black with #D89914

Text Example


Text Example

White with #D89914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89914; }

 p { color: rgb(216,153,20); }

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

background-color css

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

 a { background-color: rgb(216,153,20); }

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

border-color css

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

 span { border-color: rgb(216,153,20); }

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