Html Css Color HEX #D8A610 Gamboge

📋 copy color: '#D8A610'

red 216 ◦ green 166 ◦ blue 16

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

Shades of Gamboge #D8A610

Tints of Gamboge #D8A610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.71%

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

R = 54.27%
G = 41.71%
B = 4.02%

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

#D8A610 (or 0xD8A610) is known color: Gamboge. HEX triplet: D8, A6 and 10. RGB value is (216,166,16). Sum of RGB (Red+Green+Blue) = 216+166+16=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A610 is #2759EF. Grayscale: #A4A4A4. Windows color (decimal): -2578928 or 1091288. OLE color: 1091288.

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

Color convert

RGB 216 166 16 -
CMYK 0 0.23 0.93 0.15
HSL 45º 0.86% 0.45% -
HSV(B) 45º 0.93% 0.85% -
XYZ 42.05 41.91 6.36 -
YUV 163.85 44.57 165.2 -
System Red Green Blue C M Y K H S L
Decimal 216 166 16 0 0.23 0.93 0.15 45 0.86 0.45
Hex D8 A6 10 0 17 5D F 2D 56 2D
Octal 330 246 20 0 27 135 17 55 126 55
Binary 11011000 10100110 10000 0 10111 1011101 1111 101101 1010110 101101

Color Harmonies of #D8A610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A610

Black with #D8A610

Text Example


Text Example

White with #D8A610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A610; }

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

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

background-color css

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

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

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

border-color css

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

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

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