Html Css Color HEX #D8A609 Gamboge

📋 copy color: '#D8A609'

red 216 ◦ green 166 ◦ blue 9

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

Shades of Gamboge #D8A609

Tints of Gamboge #D8A609

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.46%

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

R = 55.24%
G = 42.46%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D8A609 (or 0xD8A609) is known color: Gamboge. HEX triplet: D8, A6 and 09. RGB value is (216,166,9). Sum of RGB (Red+Green+Blue) = 216+166+9=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A609 is #2759F6. Grayscale: #A3A3A3. Windows color (decimal): -2578935 or 632536. OLE color: 632536.

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

Color convert

RGB 216 166 9 -
CMYK 0 0.23 0.96 0.15
HSL 45.51º 0.92% 0.44% -
HSV(B) 45.51º 0.96% 0.85% -
XYZ 42 41.89 6.13 -
YUV 163.05 41.07 165.77 -
System Red Green Blue C M Y K H S L
Decimal 216 166 9 0 0.23 0.96 0.15 45.51 0.92 0.44
Hex D8 A6 9 0 17 60 F 2E 5C 2C
Octal 330 246 11 0 27 140 17 56 134 54
Binary 11011000 10100110 1001 0 10111 1100000 1111 101110 1011100 101100

Color Harmonies of #D8A609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A609

Black with #D8A609

Text Example


Text Example

White with #D8A609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A609; }

 p { color: rgb(216,166,9); }

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

background-color css

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

 a { background-color: rgb(216,166,9); }

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

border-color css

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

 span { border-color: rgb(216,166,9); }

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