Html Css Color HEX #D6A013 Gamboge

📋 copy color: '#D6A013'

red 214 ◦ green 160 ◦ blue 19

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

Shades of Gamboge #D6A013

Tints of Gamboge #D6A013

RGB

 RED value IS 214 (83.98% from 255) = 54.45%

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

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

R = 54.45%
G = 40.71%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6A013 (or 0xD6A013) is known color: Gamboge. HEX triplet: D6, A0 and 13. RGB value is (214,160,19). Sum of RGB (Red+Green+Blue) = 214+160+19=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A013 is #295FEC. Grayscale: #A0A0A0. Windows color (decimal): -2711533 or 1286358. OLE color: 1286358.

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

Color convert

RGB 214 160 19 -
CMYK 0 0.25 0.91 0.16
HSL 43.38º 0.84% 0.46% -
HSV(B) 43.38º 0.91% 0.84% -
XYZ 40.42 39.48 6.11 -
YUV 160.07 48.39 166.46 -
System Red Green Blue C M Y K H S L
Decimal 214 160 19 0 0.25 0.91 0.16 43.38 0.84 0.46
Hex D6 A0 13 0 19 5B 10 2B 54 2E
Octal 326 240 23 0 31 133 20 53 124 56
Binary 11010110 10100000 10011 0 11001 1011011 10000 101011 1010100 101110

Color Harmonies of #D6A013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A013

Black with #D6A013

Text Example


Text Example

White with #D6A013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A013; }

 p { color: rgb(214,160,19); }

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

background-color css

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

 a { background-color: rgb(214,160,19); }

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

border-color css

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

 span { border-color: rgb(214,160,19); }

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