Html Css Color HEX #D89114 Gamboge

📋 copy color: '#D89114'

red 216 ◦ green 145 ◦ blue 20

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

Shades of Gamboge #D89114

Tints of Gamboge #D89114

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.06%

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

R = 56.69%
G = 38.06%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D89114 (or 0xD89114) is known color: Gamboge. HEX triplet: D8, 91 and 14. RGB value is (216,145,20). Sum of RGB (Red+Green+Blue) = 216+145+20=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D89114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89114 is #276EEB. Grayscale: #989898. Windows color (decimal): -2584300 or 1348056. OLE color: 1348056.

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

Color convert

RGB 216 145 20 -
CMYK 0 0.33 0.91 0.15
HSL 38.27º 0.83% 0.46% -
HSV(B) 38.27º 0.91% 0.85% -
XYZ 38.57 34.9 5.37 -
YUV 151.98 53.52 173.66 -
System Red Green Blue C M Y K H S L
Decimal 216 145 20 0 0.33 0.91 0.15 38.27 0.83 0.46
Hex D8 91 14 0 21 5B F 26 53 2E
Octal 330 221 24 0 41 133 17 46 123 56
Binary 11011000 10010001 10100 0 100001 1011011 1111 100110 1010011 101110

Color Harmonies of #D89114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89114

Black with #D89114

Text Example


Text Example

White with #D89114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89114; }

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

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

background-color css

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

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

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

border-color css

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

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

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