Html Css Color HEX #D3A409 Gamboge

📋 copy color: '#D3A409'

red 211 ◦ green 164 ◦ blue 9

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

Shades of Gamboge #D3A409

Tints of Gamboge #D3A409

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.71%

 BLUE value IS 9 (3.91% from 255) = 2.34%

R = 54.95%
G = 42.71%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D3A409 (or 0xD3A409) is known color: Gamboge. HEX triplet: D3, A4 and 09. RGB value is (211,164,9). Sum of RGB (Red+Green+Blue) = 211+164+9=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A409 is #2C5BF6. Grayscale: #A1A1A1. Windows color (decimal): -2907127 or 632019. OLE color: 632019.

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

Color convert

RGB 211 164 9 -
CMYK 0 0.22 0.96 0.17
HSL 46.04º 0.92% 0.43% -
HSV(B) 46.04º 0.96% 0.83% -
XYZ 40.19 40.42 5.94 -
YUV 160.38 42.57 164.1 -
System Red Green Blue C M Y K H S L
Decimal 211 164 9 0 0.22 0.96 0.17 46.04 0.92 0.43
Hex D3 A4 9 0 16 60 11 2E 5C 2B
Octal 323 244 11 0 26 140 21 56 134 53
Binary 11010011 10100100 1001 0 10110 1100000 10001 101110 1011100 101011

Color Harmonies of #D3A409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A409

Black with #D3A409

Text Example


Text Example

White with #D3A409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A409; }

 p { color: rgb(211,164,9); }

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

background-color css

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

 a { background-color: rgb(211,164,9); }

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

border-color css

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

 span { border-color: rgb(211,164,9); }

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