Html Css Color HEX #D8860A Gamboge

📋 copy color: '#D8860A'

red 216 ◦ green 134 ◦ blue 10

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

Shades of Gamboge #D8860A

Tints of Gamboge #D8860A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.78%

R = 60%
G = 37.22%
B = 2.78%

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

#D8860A (or 0xD8860A) is known color: Gamboge. HEX triplet: D8, 86 and 0A. RGB value is (216,134,10). Sum of RGB (Red+Green+Blue) = 216+134+10=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8860A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8860A is #2779F5. Grayscale: #909090. Windows color (decimal): -2587126 or 689880. OLE color: 689880.

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

Color convert

RGB 216 134 10 -
CMYK 0 0.38 0.95 0.15
HSL 36.12º 0.91% 0.44% -
HSV(B) 36.12º 0.95% 0.85% -
XYZ 36.9 31.67 4.46 -
YUV 144.38 52.17 179.08 -
System Red Green Blue C M Y K H S L
Decimal 216 134 10 0 0.38 0.95 0.15 36.12 0.91 0.44
Hex D8 86 A 0 26 5F F 24 5B 2C
Octal 330 206 12 0 46 137 17 44 133 54
Binary 11011000 10000110 1010 0 100110 1011111 1111 100100 1011011 101100

Color Harmonies of #D8860A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8860A

Black with #D8860A

Text Example


Text Example

White with #D8860A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8860A; }

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

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

background-color css

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

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

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

border-color css

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

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

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