Html Css Color HEX #D8880E Gamboge

📋 copy color: '#D8880E'

red 216 ◦ green 136 ◦ blue 14

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

Shades of Gamboge #D8880E

Tints of Gamboge #D8880E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.16%

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

R = 59.02%
G = 37.16%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8880E (or 0xD8880E) is known color: Gamboge. HEX triplet: D8, 88 and 0E. RGB value is (216,136,14). Sum of RGB (Red+Green+Blue) = 216+136+14=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D8880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8880E is #2777F1. Grayscale: #929292. Windows color (decimal): -2586610 or 952536. OLE color: 952536.

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

Color convert

RGB 216 136 14 -
CMYK 0 0.37 0.94 0.15
HSL 36.24º 0.88% 0.45% -
HSV(B) 36.24º 0.94% 0.85% -
XYZ 37.2 32.24 4.68 -
YUV 146.01 53.5 177.92 -
System Red Green Blue C M Y K H S L
Decimal 216 136 14 0 0.37 0.94 0.15 36.24 0.88 0.45
Hex D8 88 E 0 25 5E F 24 58 2D
Octal 330 210 16 0 45 136 17 44 130 55
Binary 11011000 10001000 1110 0 100101 1011110 1111 100100 1011000 101101

Color Harmonies of #D8880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8880E

Black with #D8880E

Text Example


Text Example

White with #D8880E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8880E; }

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

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

background-color css

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

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

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

border-color css

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

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

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