Html Css Color HEX #D4A309 Gamboge

📋 copy color: '#D4A309'

red 212 ◦ green 163 ◦ blue 9

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

Shades of Gamboge #D4A309

Tints of Gamboge #D4A309

RGB

 RED value IS 212 (83.2% from 255) = 55.21%

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

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

R = 55.21%
G = 42.45%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D4A309 (or 0xD4A309) is known color: Gamboge. HEX triplet: D4, A3 and 09. RGB value is (212,163,9). Sum of RGB (Red+Green+Blue) = 212+163+9=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A309 is #2B5CF6. Grayscale: #A0A0A0. Windows color (decimal): -2841847 or 631764. OLE color: 631764.

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

Color convert

RGB 212 163 9 -
CMYK 0 0.23 0.96 0.17
HSL 45.52º 0.92% 0.43% -
HSV(B) 45.52º 0.96% 0.83% -
XYZ 40.3 40.21 5.9 -
YUV 160.1 42.73 165.02 -
System Red Green Blue C M Y K H S L
Decimal 212 163 9 0 0.23 0.96 0.17 45.52 0.92 0.43
Hex D4 A3 9 0 17 60 11 2E 5C 2B
Octal 324 243 11 0 27 140 21 56 134 53
Binary 11010100 10100011 1001 0 10111 1100000 10001 101110 1011100 101011

Color Harmonies of #D4A309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A309

Black with #D4A309

Text Example


Text Example

White with #D4A309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A309; }

 p { color: rgb(212,163,9); }

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

background-color css

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

 a { background-color: rgb(212,163,9); }

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

border-color css

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

 span { border-color: rgb(212,163,9); }

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