Html Css Color HEX #D9AC00 Gamboge

📋 copy color: '#D9AC00'

red 217 ◦ green 172 ◦ blue 0

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

Shades of Gamboge #D9AC00

Tints of Gamboge #D9AC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.78%
G = 44.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D9AC00 (or 0xD9AC00) is known color: Gamboge. HEX triplet: D9, AC and 00. RGB value is (217,172,0). Sum of RGB (Red+Green+Blue) = 217+172+0=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AC00 is #2653FF. Grayscale: #A6A6A6. Windows color (decimal): -2511872 or 44249. OLE color: 44249.

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

Color convert

RGB 217 172 0 -
CMYK 0 0.21 1 0.15
HSL 47.56º 1% 0.43% -
HSV(B) 47.56º 1% 0.85% -
XYZ 43.37 44.26 6.26 -
YUV 165.85 34.41 164.49 -
System Red Green Blue C M Y K H S L
Decimal 217 172 0 0 0.21 1 0.15 47.56 1 0.43
Hex D9 AC 0 0 15 64 F 30 64 2B
Octal 331 254 0 0 25 144 17 60 144 53
Binary 11011001 10101100 0 0 10101 1100100 1111 110000 1100100 101011

Color Harmonies of #D9AC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC00

Black with #D9AC00

Text Example


Text Example

White with #D9AC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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