Html Css Color HEX #D8A10C Gamboge

📋 copy color: '#D8A10C'

red 216 ◦ green 161 ◦ blue 12

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

Shades of Gamboge #D8A10C

Tints of Gamboge #D8A10C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.39%

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 55.53%
G = 41.39%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8A10C (or 0xD8A10C) is known color: Gamboge. HEX triplet: D8, A1 and 0C. RGB value is (216,161,12). Sum of RGB (Red+Green+Blue) = 216+161+12=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A10C is #275EF3. Grayscale: #A1A1A1. Windows color (decimal): -2580212 or 827864. OLE color: 827864.

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

Color convert

RGB 216 161 12 -
CMYK 0 0.25 0.94 0.15
HSL 43.82º 0.89% 0.45% -
HSV(B) 43.82º 0.94% 0.85% -
XYZ 41.13 40.12 5.92 -
YUV 160.46 44.22 167.62 -
System Red Green Blue C M Y K H S L
Decimal 216 161 12 0 0.25 0.94 0.15 43.82 0.89 0.45
Hex D8 A1 C 0 19 5E F 2C 59 2D
Octal 330 241 14 0 31 136 17 54 131 55
Binary 11011000 10100001 1100 0 11001 1011110 1111 101100 1011001 101101

Color Harmonies of #D8A10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A10C

Black with #D8A10C

Text Example


Text Example

White with #D8A10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A10C; }

 p { color: rgb(216,161,12); }

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

background-color css

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

 a { background-color: rgb(216,161,12); }

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

border-color css

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

 span { border-color: rgb(216,161,12); }

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