Html Css Color HEX #D8A015 Gamboge

📋 copy color: '#D8A015'

red 216 ◦ green 160 ◦ blue 21

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

Shades of Gamboge #D8A015

Tints of Gamboge #D8A015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.3%

 BLUE value IS 21 (8.59% from 255) = 5.29%

R = 54.41%
G = 40.3%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8A015 (or 0xD8A015) is known color: Gamboge. HEX triplet: D8, A0 and 15. RGB value is (216,160,21). Sum of RGB (Red+Green+Blue) = 216+160+21=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A015 is #275FEA. Grayscale: #A1A1A1. Windows color (decimal): -2580459 or 1417432. OLE color: 1417432.

HSL color Cylindrical-coordinate representation of color #D8A015: hue angle of 42.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8A015 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 21 -
CMYK 0 0.26 0.90 0.15
HSL 42.77º 0.82% 0.46% -
HSV(B) 42.77º 0.9% 0.85% -
XYZ 41.03 39.79 6.23 -
YUV 160.9 49.05 167.3 -
System Red Green Blue C M Y K H S L
Decimal 216 160 21 0 0.26 0.90 0.15 42.77 0.82 0.46
Hex D8 A0 15 0 1A 5A F 2B 52 2E
Octal 330 240 25 0 32 132 17 53 122 56
Binary 11011000 10100000 10101 0 11010 1011010 1111 101011 1010010 101110

Color Harmonies of #D8A015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A015

Black with #D8A015

Text Example


Text Example

White with #D8A015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A015; }

 p { color: rgb(216,160,21); }

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

background-color css

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

 a { background-color: rgb(216,160,21); }

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

border-color css

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

 span { border-color: rgb(216,160,21); }

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