Html Css Color HEX #D9A30B Gamboge

📋 copy color: '#D9A30B'

red 217 ◦ green 163 ◦ blue 11

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

Shades of Gamboge #D9A30B

Tints of Gamboge #D9A30B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.69%

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

R = 55.5%
G = 41.69%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9A30B (or 0xD9A30B) is known color: Gamboge. HEX triplet: D9, A3 and 0B. RGB value is (217,163,11). Sum of RGB (Red+Green+Blue) = 217+163+11=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A30B is #265CF4. Grayscale: #A2A2A2. Windows color (decimal): -2514165 or 762841. OLE color: 762841.

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

Color convert

RGB 217 163 11 -
CMYK 0 0.25 0.95 0.15
HSL 44.27º 0.9% 0.45% -
HSV(B) 44.27º 0.95% 0.85% -
XYZ 41.77 40.97 6.02 -
YUV 161.82 42.89 167.36 -
System Red Green Blue C M Y K H S L
Decimal 217 163 11 0 0.25 0.95 0.15 44.27 0.9 0.45
Hex D9 A3 B 0 19 5F F 2C 5A 2D
Octal 331 243 13 0 31 137 17 54 132 55
Binary 11011001 10100011 1011 0 11001 1011111 1111 101100 1011010 101101

Color Harmonies of #D9A30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A30B

Black with #D9A30B

Text Example


Text Example

White with #D9A30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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