Html Css Color HEX #D8A310 Gamboge

📋 copy color: '#D8A310'

red 216 ◦ green 163 ◦ blue 16

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

Shades of Gamboge #D8A310

Tints of Gamboge #D8A310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.27%

 BLUE value IS 16 (6.64% from 255) = 4.05%

R = 54.68%
G = 41.27%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8A310 (or 0xD8A310) is known color: Gamboge. HEX triplet: D8, A3 and 10. RGB value is (216,163,16). Sum of RGB (Red+Green+Blue) = 216+163+16=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A310 is #275CEF. Grayscale: #A2A2A2. Windows color (decimal): -2579696 or 1090520. OLE color: 1090520.

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

Color convert

RGB 216 163 16 -
CMYK 0 0.25 0.93 0.15
HSL 44.1º 0.86% 0.45% -
HSV(B) 44.1º 0.93% 0.85% -
XYZ 41.51 40.83 6.18 -
YUV 162.09 45.56 166.45 -
System Red Green Blue C M Y K H S L
Decimal 216 163 16 0 0.25 0.93 0.15 44.1 0.86 0.45
Hex D8 A3 10 0 19 5D F 2C 56 2D
Octal 330 243 20 0 31 135 17 54 126 55
Binary 11011000 10100011 10000 0 11001 1011101 1111 101100 1010110 101101

Color Harmonies of #D8A310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A310

Black with #D8A310

Text Example


Text Example

White with #D8A310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A310; }

 p { color: rgb(216,163,16); }

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

background-color css

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

 a { background-color: rgb(216,163,16); }

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

border-color css

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

 span { border-color: rgb(216,163,16); }

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