Html Css Color HEX #D3A307 Gamboge

📋 copy color: '#D3A307'

red 211 ◦ green 163 ◦ blue 7

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

Shades of Gamboge #D3A307

Tints of Gamboge #D3A307

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.78%

 BLUE value IS 7 (3.13% from 255) = 1.84%

R = 55.38%
G = 42.78%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D3A307 (or 0xD3A307) is known color: Gamboge. HEX triplet: D3, A3 and 07. RGB value is (211,163,7). Sum of RGB (Red+Green+Blue) = 211+163+7=381 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.38% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A307 is #2C5CF8. Grayscale: #A0A0A0. Windows color (decimal): -2907385 or 500691. OLE color: 500691.

HSL color Cylindrical-coordinate representation of color #D3A307: hue angle of 45.88º 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 #D3A307 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 163 7 -
CMYK 0 0.23 0.97 0.17
HSL 45.88º 0.94% 0.43% -
HSV(B) 45.88º 0.97% 0.83% -
XYZ 40 40.06 5.82 -
YUV 159.57 41.9 164.68 -
System Red Green Blue C M Y K H S L
Decimal 211 163 7 0 0.23 0.97 0.17 45.88 0.94 0.43
Hex D3 A3 7 0 17 61 11 2E 5E 2B
Octal 323 243 7 0 27 141 21 56 136 53
Binary 11010011 10100011 111 0 10111 1100001 10001 101110 1011110 101011

Color Harmonies of #D3A307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A307

Black with #D3A307

Text Example


Text Example

White with #D3A307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A307; }

 p { color: rgb(211,163,7); }

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

background-color css

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

 a { background-color: rgb(211,163,7); }

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

border-color css

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

 span { border-color: rgb(211,163,7); }

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