Html Css Color HEX #D8A710 Gamboge

📋 copy color: '#D8A710'

red 216 ◦ green 167 ◦ blue 16

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

Shades of Gamboge #D8A710

Tints of Gamboge #D8A710

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.85%

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

R = 54.14%
G = 41.85%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8A710 (or 0xD8A710) is known color: Gamboge. HEX triplet: D8, A7 and 10. RGB value is (216,167,16). Sum of RGB (Red+Green+Blue) = 216+167+16=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A710 is #2758EF. Grayscale: #A5A5A5. Windows color (decimal): -2578672 or 1091544. OLE color: 1091544.

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

Color convert

RGB 216 167 16 -
CMYK 0 0.23 0.93 0.15
HSL 45.3º 0.86% 0.45% -
HSV(B) 45.3º 0.93% 0.85% -
XYZ 42.23 42.27 6.42 -
YUV 164.44 44.23 164.78 -
System Red Green Blue C M Y K H S L
Decimal 216 167 16 0 0.23 0.93 0.15 45.3 0.86 0.45
Hex D8 A7 10 0 17 5D F 2D 56 2D
Octal 330 247 20 0 27 135 17 55 126 55
Binary 11011000 10100111 10000 0 10111 1011101 1111 101101 1010110 101101

Color Harmonies of #D8A710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A710

Black with #D8A710

Text Example


Text Example

White with #D8A710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A710; }

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

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

background-color css

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

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

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

border-color css

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

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

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