Html Css Color HEX #D89314 Gamboge

📋 copy color: '#D89314'

red 216 ◦ green 147 ◦ blue 20

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

Shades of Gamboge #D89314

Tints of Gamboge #D89314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.38%

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

R = 56.4%
G = 38.38%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D89314 (or 0xD89314) is known color: Gamboge. HEX triplet: D8, 93 and 14. RGB value is (216,147,20). Sum of RGB (Red+Green+Blue) = 216+147+20=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D89314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89314 is #276CEB. Grayscale: #999999. Windows color (decimal): -2583788 or 1348568. OLE color: 1348568.

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

Color convert

RGB 216 147 20 -
CMYK 0 0.32 0.91 0.15
HSL 38.88º 0.83% 0.46% -
HSV(B) 38.88º 0.91% 0.85% -
XYZ 38.88 35.52 5.47 -
YUV 153.15 52.86 172.83 -
System Red Green Blue C M Y K H S L
Decimal 216 147 20 0 0.32 0.91 0.15 38.88 0.83 0.46
Hex D8 93 14 0 20 5B F 27 53 2E
Octal 330 223 24 0 40 133 17 47 123 56
Binary 11011000 10010011 10100 0 100000 1011011 1111 100111 1010011 101110

Color Harmonies of #D89314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89314

Black with #D89314

Text Example


Text Example

White with #D89314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89314; }

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

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

background-color css

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

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

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

border-color css

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

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

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