Html Css Color HEX #D2A809 Gamboge

📋 copy color: '#D2A809'

red 210 ◦ green 168 ◦ blue 9

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

Shades of Gamboge #D2A809

Tints of Gamboge #D2A809

RGB

 RED value IS 210 (82.42% from 255) = 54.26%

 GREEN value IS 168 (66.02% from 255) = 43.41%

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

R = 54.26%
G = 43.41%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D2A809 (or 0xD2A809) is known color: Gamboge. HEX triplet: D2, A8 and 09. RGB value is (210,168,9). Sum of RGB (Red+Green+Blue) = 210+168+9=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 9 (3.91% from 255 or 2.33% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A809 is #2D57F6. Grayscale: #A3A3A3. Windows color (decimal): -2971639 or 633042. OLE color: 633042.

HSL color Cylindrical-coordinate representation of color #D2A809: hue angle of 47.46º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2A809 is Cyan = 0, Magento = 0.2, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 168 9 -
CMYK 0 0.2 0.96 0.18
HSL 47.46º 0.92% 0.43% -
HSV(B) 47.46º 0.96% 0.82% -
XYZ 40.63 41.73 6.17 -
YUV 162.43 41.41 161.93 -
System Red Green Blue C M Y K H S L
Decimal 210 168 9 0 0.2 0.96 0.18 47.46 0.92 0.43
Hex D2 A8 9 0 14 60 12 2F 5C 2B
Octal 322 250 11 0 24 140 22 57 134 53
Binary 11010010 10101000 1001 0 10100 1100000 10010 101111 1011100 101011

Color Harmonies of #D2A809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A809

Black with #D2A809

Text Example


Text Example

White with #D2A809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A809; }

 p { color: rgb(210,168,9); }

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

background-color css

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

 a { background-color: rgb(210,168,9); }

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

border-color css

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

 span { border-color: rgb(210,168,9); }

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