Html Css Color HEX #D8850E Gamboge

📋 copy color: '#D8850E'

red 216 ◦ green 133 ◦ blue 14

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

Shades of Gamboge #D8850E

Tints of Gamboge #D8850E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

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

R = 59.5%
G = 36.64%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8850E (or 0xD8850E) is known color: Gamboge. HEX triplet: D8, 85 and 0E. RGB value is (216,133,14). Sum of RGB (Red+Green+Blue) = 216+133+14=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8850E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8850E is #277AF1. Grayscale: #909090. Windows color (decimal): -2587378 or 951768. OLE color: 951768.

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

Color convert

RGB 216 133 14 -
CMYK 0 0.38 0.94 0.15
HSL 35.35º 0.88% 0.45% -
HSV(B) 35.35º 0.94% 0.85% -
XYZ 36.79 31.41 4.54 -
YUV 144.25 54.5 179.18 -
System Red Green Blue C M Y K H S L
Decimal 216 133 14 0 0.38 0.94 0.15 35.35 0.88 0.45
Hex D8 85 E 0 26 5E F 23 58 2D
Octal 330 205 16 0 46 136 17 43 130 55
Binary 11011000 10000101 1110 0 100110 1011110 1111 100011 1011000 101101

Color Harmonies of #D8850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8850E

Black with #D8850E

Text Example


Text Example

White with #D8850E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8850E; }

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

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

background-color css

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

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

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

border-color css

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

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

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