Html Css Color HEX #D9AC01 Gamboge

📋 copy color: '#D9AC01'

red 217 ◦ green 172 ◦ blue 1

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

Shades of Gamboge #D9AC01

Tints of Gamboge #D9AC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 55.64%
G = 44.1%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D9AC01 (or 0xD9AC01) is known color: Gamboge. HEX triplet: D9, AC and 01. RGB value is (217,172,1). Sum of RGB (Red+Green+Blue) = 217+172+1=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AC01 is #2653FE. Grayscale: #A6A6A6. Windows color (decimal): -2511871 or 109785. OLE color: 109785.

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

Color convert

RGB 217 172 1 -
CMYK 0 0.21 1.00 0.15
HSL 47.5º 0.99% 0.43% -
HSV(B) 47.5º 1% 0.85% -
XYZ 43.37 44.26 6.29 -
YUV 165.96 34.91 164.4 -
System Red Green Blue C M Y K H S L
Decimal 217 172 1 0 0.21 1.00 0.15 47.5 0.99 0.43
Hex D9 AC 1 0 15 64 F 30 63 2B
Octal 331 254 1 0 25 144 17 60 143 53
Binary 11011001 10101100 1 0 10101 1100100 1111 110000 1100011 101011

Color Harmonies of #D9AC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC01

Black with #D9AC01

Text Example


Text Example

White with #D9AC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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