Html Css Color HEX #D8A510 Gamboge

📋 copy color: '#D8A510'

red 216 ◦ green 165 ◦ blue 16

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

Shades of Gamboge #D8A510

Tints of Gamboge #D8A510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.56%

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

R = 54.41%
G = 41.56%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8A510 (or 0xD8A510) is known color: Gamboge. HEX triplet: D8, A5 and 10. RGB value is (216,165,16). Sum of RGB (Red+Green+Blue) = 216+165+16=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A510 is #275AEF. Grayscale: #A3A3A3. Windows color (decimal): -2579184 or 1091032. OLE color: 1091032.

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

Color convert

RGB 216 165 16 -
CMYK 0 0.24 0.93 0.15
HSL 44.7º 0.86% 0.45% -
HSV(B) 44.7º 0.93% 0.85% -
XYZ 41.87 41.55 6.3 -
YUV 163.26 44.9 165.62 -
System Red Green Blue C M Y K H S L
Decimal 216 165 16 0 0.24 0.93 0.15 44.7 0.86 0.45
Hex D8 A5 10 0 18 5D F 2D 56 2D
Octal 330 245 20 0 30 135 17 55 126 55
Binary 11011000 10100101 10000 0 11000 1011101 1111 101101 1010110 101101

Color Harmonies of #D8A510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A510

Black with #D8A510

Text Example


Text Example

White with #D8A510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A510; }

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

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

background-color css

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

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

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

border-color css

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

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

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