Html Css Color HEX #D6A809 Gamboge

📋 copy color: '#D6A809'

red 214 ◦ green 168 ◦ blue 9

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

Shades of Gamboge #D6A809

Tints of Gamboge #D6A809

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.97%

 BLUE value IS 9 (3.91% from 255) = 2.3%

R = 54.73%
G = 42.97%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D6A809 (or 0xD6A809) is known color: Gamboge. HEX triplet: D6, A8 and 09. RGB value is (214,168,9). Sum of RGB (Red+Green+Blue) = 214+168+9=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A809 is #2957F6. Grayscale: #A4A4A4. Windows color (decimal): -2709495 or 633046. OLE color: 633046.

HSL color Cylindrical-coordinate representation of color #D6A809: hue angle of 46.54º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6A809 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 168 9 -
CMYK 0 0.21 0.96 0.16
HSL 46.54º 0.92% 0.44% -
HSV(B) 46.54º 0.96% 0.84% -
XYZ 41.78 42.32 6.23 -
YUV 163.63 40.74 163.93 -
System Red Green Blue C M Y K H S L
Decimal 214 168 9 0 0.21 0.96 0.16 46.54 0.92 0.44
Hex D6 A8 9 0 15 60 10 2F 5C 2C
Octal 326 250 11 0 25 140 20 57 134 54
Binary 11010110 10101000 1001 0 10101 1100000 10000 101111 1011100 101100

Color Harmonies of #D6A809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A809

Black with #D6A809

Text Example


Text Example

White with #D6A809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A809; }

 p { color: rgb(214,168,9); }

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

background-color css

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

 a { background-color: rgb(214,168,9); }

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

border-color css

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

 span { border-color: rgb(214,168,9); }

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