Html Css Color HEX #D6A608 Gamboge

📋 copy color: '#D6A608'

red 214 ◦ green 166 ◦ blue 8

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

Shades of Gamboge #D6A608

Tints of Gamboge #D6A608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.06%

R = 55.15%
G = 42.78%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D6A608 (or 0xD6A608) is known color: Gamboge. HEX triplet: D6, A6 and 08. RGB value is (214,166,8). Sum of RGB (Red+Green+Blue) = 214+166+8=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 8 (3.52% from 255 or 2.06% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A608 is #2959F7. Grayscale: #A3A3A3. Windows color (decimal): -2710008 or 566998. OLE color: 566998.

HSL color Cylindrical-coordinate representation of color #D6A608: hue angle of 46.02º degrees, saturation: 0.93, 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 #D6A608 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 166 8 -
CMYK 0 0.22 0.96 0.16
HSL 46.02º 0.93% 0.44% -
HSV(B) 46.02º 0.96% 0.84% -
XYZ 41.41 41.59 6.07 -
YUV 162.34 40.9 164.85 -
System Red Green Blue C M Y K H S L
Decimal 214 166 8 0 0.22 0.96 0.16 46.02 0.93 0.44
Hex D6 A6 8 0 16 60 10 2E 5D 2C
Octal 326 246 10 0 26 140 20 56 135 54
Binary 11010110 10100110 1000 0 10110 1100000 10000 101110 1011101 101100

Color Harmonies of #D6A608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A608

Black with #D6A608

Text Example


Text Example

White with #D6A608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A608; }

 p { color: rgb(214,166,8); }

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

background-color css

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

 a { background-color: rgb(214,166,8); }

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

border-color css

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

 span { border-color: rgb(214,166,8); }

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