Html Css Color HEX #D9A40B Gamboge

📋 copy color: '#D9A40B'

red 217 ◦ green 164 ◦ blue 11

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

Shades of Gamboge #D9A40B

Tints of Gamboge #D9A40B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.84%

 BLUE value IS 11 (4.69% from 255) = 2.81%

R = 55.36%
G = 41.84%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9A40B (or 0xD9A40B) is known color: Gamboge. HEX triplet: D9, A4 and 0B. RGB value is (217,164,11). Sum of RGB (Red+Green+Blue) = 217+164+11=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A40B is #265BF4. Grayscale: #A3A3A3. Windows color (decimal): -2513909 or 763097. OLE color: 763097.

HSL color Cylindrical-coordinate representation of color #D9A40B: hue angle of 44.56º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9A40B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 164 11 -
CMYK 0 0.24 0.95 0.15
HSL 44.56º 0.9% 0.45% -
HSV(B) 44.56º 0.95% 0.85% -
XYZ 41.95 41.33 6.08 -
YUV 162.41 42.56 166.94 -
System Red Green Blue C M Y K H S L
Decimal 217 164 11 0 0.24 0.95 0.15 44.56 0.9 0.45
Hex D9 A4 B 0 18 5F F 2D 5A 2D
Octal 331 244 13 0 30 137 17 55 132 55
Binary 11011001 10100100 1011 0 11000 1011111 1111 101101 1011010 101101

Color Harmonies of #D9A40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A40B

Black with #D9A40B

Text Example


Text Example

White with #D9A40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A40B; }

 p { color: rgb(217,164,11); }

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

background-color css

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

 a { background-color: rgb(217,164,11); }

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

border-color css

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

 span { border-color: rgb(217,164,11); }

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