Html Css Color HEX #D9AC09 Gamboge

📋 copy color: '#D9AC09'

red 217 ◦ green 172 ◦ blue 9

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

Shades of Gamboge #D9AC09

Tints of Gamboge #D9AC09

RGB

 RED value IS 217 (85.16% from 255) = 54.52%

 GREEN value IS 172 (67.58% from 255) = 43.22%

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

R = 54.52%
G = 43.22%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D9AC09 (or 0xD9AC09) is known color: Gamboge. HEX triplet: D9, AC and 09. RGB value is (217,172,9). Sum of RGB (Red+Green+Blue) = 217+172+9=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AC09 is #2653F6. Grayscale: #A7A7A7. Windows color (decimal): -2511863 or 634073. OLE color: 634073.

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

Color convert

RGB 217 172 9 -
CMYK 0 0.21 0.96 0.15
HSL 47.02º 0.92% 0.44% -
HSV(B) 47.02º 0.96% 0.85% -
XYZ 43.42 44.28 6.52 -
YUV 166.87 38.91 163.75 -
System Red Green Blue C M Y K H S L
Decimal 217 172 9 0 0.21 0.96 0.15 47.02 0.92 0.44
Hex D9 AC 9 0 15 60 F 2F 5C 2C
Octal 331 254 11 0 25 140 17 57 134 54
Binary 11011001 10101100 1001 0 10101 1100000 1111 101111 1011100 101100

Color Harmonies of #D9AC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC09

Black with #D9AC09

Text Example


Text Example

White with #D9AC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC09; }

 p { color: rgb(217,172,9); }

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

background-color css

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

 a { background-color: rgb(217,172,9); }

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

border-color css

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

 span { border-color: rgb(217,172,9); }

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