Html Css Color HEX #D9AB03 Gamboge

📋 copy color: '#D9AB03'

red 217 ◦ green 171 ◦ blue 3

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

Shades of Gamboge #D9AB03

Tints of Gamboge #D9AB03

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.73%

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 55.5%
G = 43.73%
B = 0.77%

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

#D9AB03 (or 0xD9AB03) is known color: Gamboge. HEX triplet: D9, AB and 03. RGB value is (217,171,3). Sum of RGB (Red+Green+Blue) = 217+171+3=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AB03 is #2654FC. Grayscale: #A6A6A6. Windows color (decimal): -2512125 or 240601. OLE color: 240601.

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

Color convert

RGB 217 171 3 -
CMYK 0 0.21 0.99 0.15
HSL 47.1º 0.97% 0.43% -
HSV(B) 47.1º 0.99% 0.85% -
XYZ 43.19 43.88 6.28 -
YUV 165.6 36.24 164.66 -
System Red Green Blue C M Y K H S L
Decimal 217 171 3 0 0.21 0.99 0.15 47.1 0.97 0.43
Hex D9 AB 3 0 15 63 F 2F 61 2B
Octal 331 253 3 0 25 143 17 57 141 53
Binary 11011001 10101011 11 0 10101 1100011 1111 101111 1100001 101011

Color Harmonies of #D9AB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB03

Black with #D9AB03

Text Example


Text Example

White with #D9AB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB03; }

 p { color: rgb(217,171,3); }

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

background-color css

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

 a { background-color: rgb(217,171,3); }

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

border-color css

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

 span { border-color: rgb(217,171,3); }

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