Html Css Color HEX #D3A806 Gamboge

📋 copy color: '#D3A806'

red 211 ◦ green 168 ◦ blue 6

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

Shades of Gamboge #D3A806

Tints of Gamboge #D3A806

RGB

 RED value IS 211 (82.81% from 255) = 54.81%

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

 BLUE value IS 6 (2.73% from 255) = 1.56%

R = 54.81%
G = 43.64%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D3A806 (or 0xD3A806) is known color: Gamboge. HEX triplet: D3, A8 and 06. RGB value is (211,168,6). Sum of RGB (Red+Green+Blue) = 211+168+6=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 6 (2.73% from 255 or 1.56% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A806 is #2C57F9. Grayscale: #A3A3A3. Windows color (decimal): -2906106 or 436435. OLE color: 436435.

HSL color Cylindrical-coordinate representation of color #D3A806: hue angle of 47.41º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3A806 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 168 6 -
CMYK 0 0.20 0.97 0.17
HSL 47.41º 0.94% 0.43% -
HSV(B) 47.41º 0.97% 0.83% -
XYZ 40.9 41.87 6.1 -
YUV 162.39 39.75 162.67 -
System Red Green Blue C M Y K H S L
Decimal 211 168 6 0 0.20 0.97 0.17 47.41 0.94 0.43
Hex D3 A8 6 0 14 61 11 2F 5E 2B
Octal 323 250 6 0 24 141 21 57 136 53
Binary 11010011 10101000 110 0 10100 1100001 10001 101111 1011110 101011

Color Harmonies of #D3A806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A806

Black with #D3A806

Text Example


Text Example

White with #D3A806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A806; }

 p { color: rgb(211,168,6); }

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

background-color css

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

 a { background-color: rgb(211,168,6); }

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

border-color css

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

 span { border-color: rgb(211,168,6); }

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