Html Css Color HEX #D4A209 Gamboge

📋 copy color: '#D4A209'

red 212 ◦ green 162 ◦ blue 9

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

Shades of Gamboge #D4A209

Tints of Gamboge #D4A209

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.3%

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

R = 55.35%
G = 42.3%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D4A209 (or 0xD4A209) is known color: Gamboge. HEX triplet: D4, A2 and 09. RGB value is (212,162,9). Sum of RGB (Red+Green+Blue) = 212+162+9=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A209 is #2B5DF6. Grayscale: #A0A0A0. Windows color (decimal): -2842103 or 631508. OLE color: 631508.

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

Color convert

RGB 212 162 9 -
CMYK 0 0.24 0.96 0.17
HSL 45.22º 0.92% 0.43% -
HSV(B) 45.22º 0.96% 0.83% -
XYZ 40.12 39.86 5.84 -
YUV 159.51 43.07 165.44 -
System Red Green Blue C M Y K H S L
Decimal 212 162 9 0 0.24 0.96 0.17 45.22 0.92 0.43
Hex D4 A2 9 0 18 60 11 2D 5C 2B
Octal 324 242 11 0 30 140 21 55 134 53
Binary 11010100 10100010 1001 0 11000 1100000 10001 101101 1011100 101011

Color Harmonies of #D4A209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A209

Black with #D4A209

Text Example


Text Example

White with #D4A209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A209; }

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

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

background-color css

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

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

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

border-color css

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

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

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