Html Css Color HEX #D8860B Gamboge

📋 copy color: '#D8860B'

red 216 ◦ green 134 ◦ blue 11

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

Shades of Gamboge #D8860B

Tints of Gamboge #D8860B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.12%

 BLUE value IS 11 (4.69% from 255) = 3.05%

R = 59.83%
G = 37.12%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8860B (or 0xD8860B) is known color: Gamboge. HEX triplet: D8, 86 and 0B. RGB value is (216,134,11). Sum of RGB (Red+Green+Blue) = 216+134+11=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D8860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8860B is #2779F4. Grayscale: #919191. Windows color (decimal): -2587125 or 755416. OLE color: 755416.

HSL color Cylindrical-coordinate representation of color #D8860B: hue angle of 36º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8860B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 134 11 -
CMYK 0 0.38 0.95 0.15
HSL 36º 0.9% 0.45% -
HSV(B) 36º 0.95% 0.85% -
XYZ 36.9 31.67 4.49 -
YUV 144.5 52.67 179 -
System Red Green Blue C M Y K H S L
Decimal 216 134 11 0 0.38 0.95 0.15 36 0.9 0.45
Hex D8 86 B 0 26 5F F 24 5A 2D
Octal 330 206 13 0 46 137 17 44 132 55
Binary 11011000 10000110 1011 0 100110 1011111 1111 100100 1011010 101101

Color Harmonies of #D8860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8860B

Black with #D8860B

Text Example


Text Example

White with #D8860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8860B; }

 p { color: rgb(216,134,11); }

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

background-color css

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

 a { background-color: rgb(216,134,11); }

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

border-color css

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

 span { border-color: rgb(216,134,11); }

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