Html Css Color HEX #D7A009 Gamboge

📋 copy color: '#D7A009'

red 215 ◦ green 160 ◦ blue 9

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

Shades of Gamboge #D7A009

Tints of Gamboge #D7A009

RGB

 RED value IS 215 (84.38% from 255) = 55.99%

 GREEN value IS 160 (62.89% from 255) = 41.67%

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

R = 55.99%
G = 41.67%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D7A009 (or 0xD7A009) is known color: Gamboge. HEX triplet: D7, A0 and 09. RGB value is (215,160,9). Sum of RGB (Red+Green+Blue) = 215+160+9=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A009 is #285FF6. Grayscale: #9F9F9F. Windows color (decimal): -2646007 or 630999. OLE color: 630999.

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

Color convert

RGB 215 160 9 -
CMYK 0 0.26 0.96 0.16
HSL 43.98º 0.92% 0.44% -
HSV(B) 43.98º 0.96% 0.84% -
XYZ 40.64 39.61 5.76 -
YUV 159.23 43.22 167.78 -
System Red Green Blue C M Y K H S L
Decimal 215 160 9 0 0.26 0.96 0.16 43.98 0.92 0.44
Hex D7 A0 9 0 1A 60 10 2C 5C 2C
Octal 327 240 11 0 32 140 20 54 134 54
Binary 11010111 10100000 1001 0 11010 1100000 10000 101100 1011100 101100

Color Harmonies of #D7A009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A009

Black with #D7A009

Text Example


Text Example

White with #D7A009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A009; }

 p { color: rgb(215,160,9); }

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

background-color css

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

 a { background-color: rgb(215,160,9); }

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

border-color css

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

 span { border-color: rgb(215,160,9); }

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