Html Css Color HEX #D3A708 Gamboge

📋 copy color: '#D3A708'

red 211 ◦ green 167 ◦ blue 8

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

Shades of Gamboge #D3A708

Tints of Gamboge #D3A708

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.26%

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

R = 54.66%
G = 43.26%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D3A708 (or 0xD3A708) is known color: Gamboge. HEX triplet: D3, A7 and 08. RGB value is (211,167,8). Sum of RGB (Red+Green+Blue) = 211+167+8=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A708 is #2C58F7. Grayscale: #A2A2A2. Windows color (decimal): -2906360 or 567251. OLE color: 567251.

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

Color convert

RGB 211 167 8 -
CMYK 0 0.21 0.96 0.17
HSL 47º 0.93% 0.43% -
HSV(B) 47º 0.96% 0.83% -
XYZ 40.73 41.5 6.09 -
YUV 162.03 41.08 162.93 -
System Red Green Blue C M Y K H S L
Decimal 211 167 8 0 0.21 0.96 0.17 47 0.93 0.43
Hex D3 A7 8 0 15 60 11 2F 5D 2B
Octal 323 247 10 0 25 140 21 57 135 53
Binary 11010011 10100111 1000 0 10101 1100000 10001 101111 1011101 101011

Color Harmonies of #D3A708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A708

Black with #D3A708

Text Example


Text Example

White with #D3A708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A708; }

 p { color: rgb(211,167,8); }

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

background-color css

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

 a { background-color: rgb(211,167,8); }

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

border-color css

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

 span { border-color: rgb(211,167,8); }

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