Html Css Color HEX #D9AC02 Gamboge

📋 copy color: '#D9AC02'

red 217 ◦ green 172 ◦ blue 2

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

Shades of Gamboge #D9AC02

Tints of Gamboge #D9AC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 55.5%
G = 43.99%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D9AC02 (or 0xD9AC02) is known color: Gamboge. HEX triplet: D9, AC and 02. RGB value is (217,172,2). Sum of RGB (Red+Green+Blue) = 217+172+2=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AC02 is #2653FD. Grayscale: #A6A6A6. Windows color (decimal): -2511870 or 175321. OLE color: 175321.

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

Color convert

RGB 217 172 2 -
CMYK 0 0.21 0.99 0.15
HSL 47.44º 0.98% 0.43% -
HSV(B) 47.44º 0.99% 0.85% -
XYZ 43.38 44.26 6.31 -
YUV 166.08 35.41 164.32 -
System Red Green Blue C M Y K H S L
Decimal 217 172 2 0 0.21 0.99 0.15 47.44 0.98 0.43
Hex D9 AC 2 0 15 63 F 2F 62 2B
Octal 331 254 2 0 25 143 17 57 142 53
Binary 11011001 10101100 10 0 10101 1100011 1111 101111 1100010 101011

Color Harmonies of #D9AC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC02

Black with #D9AC02

Text Example


Text Example

White with #D9AC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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