Html Css Color HEX #D8A313 Gamboge

📋 copy color: '#D8A313'

red 216 ◦ green 163 ◦ blue 19

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

Shades of Gamboge #D8A313

Tints of Gamboge #D8A313

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.95%

 BLUE value IS 19 (7.81% from 255) = 4.77%

R = 54.27%
G = 40.95%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D8A313 (or 0xD8A313) is known color: Gamboge. HEX triplet: D8, A3 and 13. RGB value is (216,163,19). Sum of RGB (Red+Green+Blue) = 216+163+19=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A313 is #275CEC. Grayscale: #A3A3A3. Windows color (decimal): -2579693 or 1287128. OLE color: 1287128.

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

Color convert

RGB 216 163 19 -
CMYK 0 0.25 0.91 0.15
HSL 43.86º 0.84% 0.46% -
HSV(B) 43.86º 0.91% 0.85% -
XYZ 41.53 40.84 6.31 -
YUV 162.43 47.06 166.21 -
System Red Green Blue C M Y K H S L
Decimal 216 163 19 0 0.25 0.91 0.15 43.86 0.84 0.46
Hex D8 A3 13 0 19 5B F 2C 54 2E
Octal 330 243 23 0 31 133 17 54 124 56
Binary 11011000 10100011 10011 0 11001 1011011 1111 101100 1010100 101110

Color Harmonies of #D8A313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A313

Black with #D8A313

Text Example


Text Example

White with #D8A313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A313; }

 p { color: rgb(216,163,19); }

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

background-color css

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

 a { background-color: rgb(216,163,19); }

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

border-color css

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

 span { border-color: rgb(216,163,19); }

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