Html Css Color HEX #D89A0E Gamboge

📋 copy color: '#D89A0E'

red 216 ◦ green 154 ◦ blue 14

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

Shades of Gamboge #D89A0E

Tints of Gamboge #D89A0E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.1%

 BLUE value IS 14 (5.86% from 255) = 3.65%

R = 56.25%
G = 40.1%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D89A0E (or 0xD89A0E) is known color: Gamboge. HEX triplet: D8, 9A and 0E. RGB value is (216,154,14). Sum of RGB (Red+Green+Blue) = 216+154+14=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89A0E is #2765F1. Grayscale: #9D9D9D. Windows color (decimal): -2582002 or 957144. OLE color: 957144.

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

Color convert

RGB 216 154 14 -
CMYK 0 0.29 0.94 0.15
HSL 41.58º 0.88% 0.45% -
HSV(B) 41.58º 0.94% 0.85% -
XYZ 39.95 37.74 5.59 -
YUV 156.58 47.54 170.38 -
System Red Green Blue C M Y K H S L
Decimal 216 154 14 0 0.29 0.94 0.15 41.58 0.88 0.45
Hex D8 9A E 0 1D 5E F 2A 58 2D
Octal 330 232 16 0 35 136 17 52 130 55
Binary 11011000 10011010 1110 0 11101 1011110 1111 101010 1011000 101101

Color Harmonies of #D89A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89A0E

Black with #D89A0E

Text Example


Text Example

White with #D89A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89A0E; }

 p { color: rgb(216,154,14); }

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

background-color css

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

 a { background-color: rgb(216,154,14); }

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

border-color css

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

 span { border-color: rgb(216,154,14); }

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