Html Css Color HEX #D9A30C Gamboge

📋 copy color: '#D9A30C'

red 217 ◦ green 163 ◦ blue 12

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

Shades of Gamboge #D9A30C

Tints of Gamboge #D9A30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.06%

R = 55.36%
G = 41.58%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9A30C (or 0xD9A30C) is known color: Gamboge. HEX triplet: D9, A3 and 0C. RGB value is (217,163,12). Sum of RGB (Red+Green+Blue) = 217+163+12=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A30C is #265CF3. Grayscale: #A2A2A2. Windows color (decimal): -2514164 or 828377. OLE color: 828377.

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

Color convert

RGB 217 163 12 -
CMYK 0 0.25 0.94 0.15
HSL 44.2º 0.9% 0.45% -
HSV(B) 44.2º 0.94% 0.85% -
XYZ 41.78 40.97 6.05 -
YUV 161.93 43.39 167.28 -
System Red Green Blue C M Y K H S L
Decimal 217 163 12 0 0.25 0.94 0.15 44.2 0.9 0.45
Hex D9 A3 C 0 19 5E F 2C 5A 2D
Octal 331 243 14 0 31 136 17 54 132 55
Binary 11011001 10100011 1100 0 11001 1011110 1111 101100 1011010 101101

Color Harmonies of #D9A30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A30C

Black with #D9A30C

Text Example


Text Example

White with #D9A30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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