Html Css Color HEX #D89E0E Gamboge

📋 copy color: '#D89E0E'

red 216 ◦ green 158 ◦ blue 14

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

Shades of Gamboge #D89E0E

Tints of Gamboge #D89E0E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.72%

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

R = 55.67%
G = 40.72%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D89E0E (or 0xD89E0E) is known color: Gamboge. HEX triplet: D8, 9E and 0E. RGB value is (216,158,14). Sum of RGB (Red+Green+Blue) = 216+158+14=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D89E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89E0E is #2761F1. Grayscale: #9F9F9F. Windows color (decimal): -2580978 or 958168. OLE color: 958168.

HSL color Cylindrical-coordinate representation of color #D89E0E: hue angle of 42.77º 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 #D89E0E is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 158 14 -
CMYK 0 0.27 0.94 0.15
HSL 42.77º 0.88% 0.45% -
HSV(B) 42.77º 0.94% 0.85% -
XYZ 40.63 39.08 5.82 -
YUV 158.93 46.22 168.71 -
System Red Green Blue C M Y K H S L
Decimal 216 158 14 0 0.27 0.94 0.15 42.77 0.88 0.45
Hex D8 9E E 0 1B 5E F 2B 58 2D
Octal 330 236 16 0 33 136 17 53 130 55
Binary 11011000 10011110 1110 0 11011 1011110 1111 101011 1011000 101101

Color Harmonies of #D89E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89E0E

Black with #D89E0E

Text Example


Text Example

White with #D89E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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