Html Css Color HEX #D5A409 Gamboge

📋 copy color: '#D5A409'

red 213 ◦ green 164 ◦ blue 9

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

Shades of Gamboge #D5A409

Tints of Gamboge #D5A409

RGB

 RED value IS 213 (83.59% from 255) = 55.18%

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

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

R = 55.18%
G = 42.49%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D5A409 (or 0xD5A409) is known color: Gamboge. HEX triplet: D5, A4 and 09. RGB value is (213,164,9). Sum of RGB (Red+Green+Blue) = 213+164+9=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 9 (3.91% from 255 or 2.33% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A409 is #2A5BF6. Grayscale: #A1A1A1. Windows color (decimal): -2776055 or 632021. OLE color: 632021.

HSL color Cylindrical-coordinate representation of color #D5A409: hue angle of 45.59º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5A409 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 164 9 -
CMYK 0 0.23 0.96 0.16
HSL 45.59º 0.92% 0.44% -
HSV(B) 45.59º 0.96% 0.84% -
XYZ 40.77 40.72 5.97 -
YUV 160.98 42.23 165.1 -
System Red Green Blue C M Y K H S L
Decimal 213 164 9 0 0.23 0.96 0.16 45.59 0.92 0.44
Hex D5 A4 9 0 17 60 10 2E 5C 2C
Octal 325 244 11 0 27 140 20 56 134 54
Binary 11010101 10100100 1001 0 10111 1100000 10000 101110 1011100 101100

Color Harmonies of #D5A409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A409

Black with #D5A409

Text Example


Text Example

White with #D5A409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A409; }

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

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

background-color css

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

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

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

border-color css

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

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

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