Html Css Color HEX #D9AA02 Gamboge

📋 copy color: '#D9AA02'

red 217 ◦ green 170 ◦ blue 2

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

Shades of Gamboge #D9AA02

Tints of Gamboge #D9AA02

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.7%

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

R = 55.78%
G = 43.7%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D9AA02 (or 0xD9AA02) is known color: Gamboge. HEX triplet: D9, AA and 02. RGB value is (217,170,2). Sum of RGB (Red+Green+Blue) = 217+170+2=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AA02 is #2655FD. Grayscale: #A5A5A5. Windows color (decimal): -2512382 or 174809. OLE color: 174809.

HSL color Cylindrical-coordinate representation of color #D9AA02: hue angle of 46.88º 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 #D9AA02 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 170 2 -
CMYK 0 0.22 0.99 0.15
HSL 46.88º 0.98% 0.43% -
HSV(B) 46.88º 0.99% 0.85% -
XYZ 43 43.51 6.19 -
YUV 164.9 36.07 165.16 -
System Red Green Blue C M Y K H S L
Decimal 217 170 2 0 0.22 0.99 0.15 46.88 0.98 0.43
Hex D9 AA 2 0 16 63 F 2F 62 2B
Octal 331 252 2 0 26 143 17 57 142 53
Binary 11011001 10101010 10 0 10110 1100011 1111 101111 1100010 101011

Color Harmonies of #D9AA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AA02

Black with #D9AA02

Text Example


Text Example

White with #D9AA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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