Html Css Color HEX #D3A103 Gamboge

📋 copy color: '#D3A103'

red 211 ◦ green 161 ◦ blue 3

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

Shades of Gamboge #D3A103

Tints of Gamboge #D3A103

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.93%

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 56.27%
G = 42.93%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D3A103 (or 0xD3A103) is known color: Gamboge. HEX triplet: D3, A1 and 03. RGB value is (211,161,3). Sum of RGB (Red+Green+Blue) = 211+161+3=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A103 is #2C5EFC. Grayscale: #9E9E9E. Windows color (decimal): -2907901 or 238035. OLE color: 238035.

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

Color convert

RGB 211 161 3 -
CMYK 0 0.24 0.99 0.17
HSL 45.58º 0.97% 0.42% -
HSV(B) 45.58º 0.99% 0.83% -
XYZ 39.63 39.35 5.59 -
YUV 157.94 40.57 165.85 -
System Red Green Blue C M Y K H S L
Decimal 211 161 3 0 0.24 0.99 0.17 45.58 0.97 0.42
Hex D3 A1 3 0 18 63 11 2E 61 2A
Octal 323 241 3 0 30 143 21 56 141 52
Binary 11010011 10100001 11 0 11000 1100011 10001 101110 1100001 101010

Color Harmonies of #D3A103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A103

Black with #D3A103

Text Example


Text Example

White with #D3A103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A103; }

 p { color: rgb(211,161,3); }

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

background-color css

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

 a { background-color: rgb(211,161,3); }

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

border-color css

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

 span { border-color: rgb(211,161,3); }

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